Html Css Color HEX #420852 Blackcurrant

📋 copy color: '#420852'

red 66 ◦ green 8 ◦ blue 82

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

Shades of Blackcurrant #420852

Tints of Blackcurrant #420852

RGB

 RED value IS 66 (26.17% from 255) = 42.31%

 GREEN value IS 8 (3.52% from 255) = 5.13%

 BLUE value IS 82 (32.42% from 255) = 52.56%

R = 42.31%
G = 5.13%
B = 52.56%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#420852 (or 0x420852) is known color: Blackcurrant. HEX triplet: 42, 08 and 52. RGB value is (66,8,82). Sum of RGB (Red+Green+Blue) = 66+8+82=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #420852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420852 is #BDF7AD. Grayscale: #212121. Windows color (decimal): -12449710 or 5376066. OLE color: 5376066.

HSL color Cylindrical-coordinate representation of color #420852: hue angle of 287.03º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #420852 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 8 82 -
CMYK 0.20 0.90 0 0.68
HSL 287.03º 0.82% 0.18% -
HSV(B) 287.03º 0.9% 0.32% -
XYZ 3.86 1.94 8.15 -
YUV 33.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 66 8 82 0.20 0.90 0 0.68 287.03 0.82 0.18
Hex 42 8 52 14 5A 0 44 11F 52 12
Octal 102 10 122 24 132 0 104 437 122 22
Binary 1000010 1000 1010010 10100 1011010 0 1000100 100011111 1010010 10010

Color Harmonies of #420852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420852

Black with #420852

Text Example


Text Example

White with #420852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420852; }

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

 H1.HeaderClassName
 {
   color: #420852;
 }
 .AnyTagClassName
 {
   color: #420852;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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