#420D4D

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

Shades of Blackcurrant #420D4D

Tints of Blackcurrant #420D4D

Color information

#420D4D (or 0x420D4D) is unknown color: approx Blackcurrant. HEX triplet: 42, 0D and 4D. RGB value is (66,13,77). Sum of RGB (Red+Green+Blue) = 66+13+77=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #420D4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D4D is #BDF2B2. Grayscale: #232323. Windows color (decimal): -12448435 or 5049666. OLE color: 5049666.

HSL color Cylindrical-coordinate representation of color #420D4D: hue angle of 289.69º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #420D4D is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB661377-
CMYK0.140.8300.70
HSL289.69º71.11%17.65%-
HSV(B)289.69º83.12%30.2%-
XYZ3.731.987.21-
YUV36.14151.06149.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 13 (5.47% from 255) = 8.33%
BLUE value IS 77 (30.47% from 255) = 49.36%
R=42.31%
G=8.33%
B=49.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6613770.140.8300.70289.6971.1117.65
Hex42D4DE530461224712
Octal1021511516123010644210722
Binary1000010110110011011110101001101000110100100010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420D4D; }

 p { color: rgb(66,13,77); }

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

<style>
 a { background-color: #420D4D; }

 a { background-color: rgb(66,13,77); }

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

<style>
 span { border-color: #420D4D; }

 span { border-color: rgb(66,13,77); }

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