#2A004F

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

Shades of Blackcurrant #2A004F

Tints of Blackcurrant #2A004F

Color information

#2A004F (or 0x2A004F) is unknown color: approx Blackcurrant. HEX triplet: 2A, 00 and 4F. RGB value is (42,0,79). Sum of RGB (Red+Green+Blue) = 42+0+79=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #2A004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A004F is #D5FFB0. Grayscale: #151515. Windows color (decimal): -14024625 or 5177386. OLE color: 5177386.

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

Color convert

RGB42079-
CMYK0.47100.69
HSL271.9º100%15.49%-
HSV(B)271.9º100%30.98%-
XYZ2.371.067.48-
YUV21.56160.41142.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 65.29%
R=34.71%
G=0%
B=65.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal420790.47100.69271.910015.49
Hex2A04F2F6404511064f
Octal52011757144010542014417
Binary1010100100111110111111001000100010110001000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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