#2A004D

Color #2A004D Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #2A004D

Tints of Blackcurrant #2A004D

Color information

#2A004D (or 0x2A004D) is unknown color: approx Blackcurrant. HEX triplet: 2A, 00 and 4D. RGB value is (42,0,77). Sum of RGB (Red+Green+Blue) = 42+0+77=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A004D is #D5FFB2. Grayscale: #151515. Windows color (decimal): -14024627 or 5046314. OLE color: 5046314.

HSL color Cylindrical-coordinate representation of color #2A004D: hue angle of 272.73º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A004D is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB42077-
CMYK0.45100.70
HSL272.73º100%15.1%-
HSV(B)272.73º100%30.2%-
XYZ2.291.037.1-
YUV21.34159.41142.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 35.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 64.71%
R=35.29%
G=0%
B=64.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal420770.45100.70272.7310015.1
Hex2A04D2D6404611164f
Octal52011555144010642114417
Binary1010100100110110110111001000100011010001000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A004D; }

 p { color: rgb(42,0,77); }

 H1.HeaderClassName
 {
   color: #2A004D;
 }
 .AnyTagClassName
 {
   color: #2A004D;
 }
</style>
background-color css

<style>
 a { background-color: #2A004D; }

 a { background-color: rgb(42,0,77); }

 div.DivClassName
 {
   background-color: #2A004D;
 }
 .BgClassName
 {
   background-color: #2A004D;
 }
</style>
border-color css

<style>
 span { border-color: #2A004D; }

 span { border-color: rgb(42,0,77); }

 td.TdClassName
 {
   border-color: #2A004D;
 }
 .TagClassName
 {
   border-color: #2A004D;
 }
</style>