#42004F

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

Shades of Blackcurrant #42004F

Tints of Blackcurrant #42004F

Color information

#42004F (or 0x42004F) is unknown color: approx Blackcurrant. HEX triplet: 42, 00 and 4F. RGB value is (66,0,79). Sum of RGB (Red+Green+Blue) = 66+0+79=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #42004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42004F is #BDFFB0. Grayscale: #1C1C1C. Windows color (decimal): -12451761 or 5177410. OLE color: 5177410.

HSL color Cylindrical-coordinate representation of color #42004F: hue angle of 290.13º 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 #42004F is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB66079-
CMYK0.16100.69
HSL290.13º100%15.49%-
HSV(B)290.13º100%30.98%-
XYZ3.661.727.54-
YUV28.74156.37154.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 54.48%
R=45.52%
G=0%
B=54.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal660790.16100.69290.1310015.49
Hex4204F106404512264f
Octal102011720144010544214417
Binary1000010010011111000011001000100010110010001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42004F; }

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

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

<style>
 a { background-color: #42004F; }

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

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

<style>
 span { border-color: #42004F; }

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

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