#42004E

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

Shades of Blackcurrant #42004E

Tints of Blackcurrant #42004E

Color information

#42004E (or 0x42004E) is unknown color: approx Blackcurrant. HEX triplet: 42, 00 and 4E. RGB value is (66,0,78). Sum of RGB (Red+Green+Blue) = 66+0+78=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #42004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42004E is #BDFFB1. Grayscale: #1C1C1C. Windows color (decimal): -12451762 or 5111874. OLE color: 5111874.

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

Color convert

RGB66078-
CMYK0.15100.69
HSL290.77º100%15.29%-
HSV(B)290.77º100%30.59%-
XYZ3.621.717.35-
YUV28.63155.87154.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 54.17%
R=45.83%
G=0%
B=54.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal660780.15100.69290.7710015.29
Hex4204EF6404512364f
Octal102011617144010544314417
Binary100001001001110111111001000100010110010001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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