Html Css Color HEX #420851 Blackcurrant

📋 copy color: '#420851'

red 66 ◦ green 8 ◦ blue 81

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

Shades of Blackcurrant #420851

Tints of Blackcurrant #420851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 52.26%

R = 42.58%
G = 5.16%
B = 52.26%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#420851 (or 0x420851) is known color: Blackcurrant. HEX triplet: 42, 08 and 51. RGB value is (66,8,81). Sum of RGB (Red+Green+Blue) = 66+8+81=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #420851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420851 is #BDF7AE. Grayscale: #212121. Windows color (decimal): -12449711 or 5310530. OLE color: 5310530.

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

Color convert

RGB 66 8 81 -
CMYK 0.19 0.90 0 0.68
HSL 287.67º 0.82% 0.17% -
HSV(B) 287.67º 0.9% 0.32% -
XYZ 3.82 1.93 7.96 -
YUV 33.66 154.72 151.06 -
System Red Green Blue C M Y K H S L
Decimal 66 8 81 0.19 0.90 0 0.68 287.67 0.82 0.17
Hex 42 8 51 13 5A 0 44 120 52 11
Octal 102 10 121 23 132 0 104 440 122 21
Binary 1000010 1000 1010001 10011 1011010 0 1000100 100100000 1010010 10001

Color Harmonies of #420851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420851

Black with #420851

Text Example


Text Example

White with #420851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420851; }

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

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

background-color css

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

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

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

border-color css

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

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

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