#420352

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

Shades of Blackcurrant #420352

Tints of Blackcurrant #420352

Color information

#420352 (or 0x420352) is unknown color: approx Blackcurrant. HEX triplet: 42, 03 and 52. RGB value is (66,3,82). Sum of RGB (Red+Green+Blue) = 66+3+82=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #420352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420352 is #BDFCAD. Grayscale: #1E1E1E. Windows color (decimal): -12450990 or 5374786. OLE color: 5374786.

HSL color Cylindrical-coordinate representation of color #420352: hue angle of 287.85º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420352 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB66382-
CMYK0.200.9600.68
HSL287.85º92.94%16.67%-
HSV(B)287.85º96.34%32.16%-
XYZ3.81.838.14-
YUV30.84156.87153.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 82 (32.42% from 255) = 54.30%
R=43.71%
G=1.99%
B=54.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal663820.200.9600.68287.8592.9416.67
Hex4235214600441205d11
Octal102312224140010444013521
Binary100001011101001010100110000001000100100100000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420352; }

 p { color: rgb(66,3,82); }

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

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

 a { background-color: rgb(66,3,82); }

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

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

 span { border-color: rgb(66,3,82); }

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