Html Css Color HEX #420352 Blackcurrant

📋 copy color: '#420352'

red 66 ◦ green 3 ◦ blue 82

#420352
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #420352

Tints of Blackcurrant #420352

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.3%

R = 43.71%
G = 1.99%
B = 54.3%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#420352 (or 0x420352) is known color: 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

RGB 66 3 82 -
CMYK 0.20 0.96 0 0.68
HSL 287.85º 0.93% 0.17% -
HSV(B) 287.85º 0.96% 0.32% -
XYZ 3.8 1.83 8.14 -
YUV 30.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 66 3 82 0.20 0.96 0 0.68 287.85 0.93 0.17
Hex 42 3 52 14 60 0 44 120 5D 11
Octal 102 3 122 24 140 0 104 440 135 21
Binary 1000010 11 1010010 10100 1100000 0 1000100 100100000 1011101 10001

Color Harmonies of #420352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420352

Black with #420352

Text Example


Text Example

White with #420352

Text Example


Text Example

HTML Codes & Css Web 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>