Html Css Color HEX #420951 Blackcurrant

📋 copy color: '#420951'

red 66 ◦ green 9 ◦ blue 81

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

Shades of Blackcurrant #420951

Tints of Blackcurrant #420951

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.77%

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

R = 42.31%
G = 5.77%
B = 51.92%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#420951 (or 0x420951) is known color: Blackcurrant. HEX triplet: 42, 09 and 51. RGB value is (66,9,81). Sum of RGB (Red+Green+Blue) = 66+9+81=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #420951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420951 is #BDF6AE. Grayscale: #222222. Windows color (decimal): -12449455 or 5310786. OLE color: 5310786.

HSL color Cylindrical-coordinate representation of color #420951: hue angle of 287.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420951 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 9 81 -
CMYK 0.19 0.89 0 0.68
HSL 287.5º 0.8% 0.18% -
HSV(B) 287.5º 0.89% 0.32% -
XYZ 3.83 1.95 7.96 -
YUV 34.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 66 9 81 0.19 0.89 0 0.68 287.5 0.8 0.18
Hex 42 9 51 13 59 0 44 120 50 12
Octal 102 11 121 23 131 0 104 440 120 22
Binary 1000010 1001 1010001 10011 1011001 0 1000100 100100000 1010000 10010

Color Harmonies of #420951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420951

Black with #420951

Text Example


Text Example

White with #420951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420951; }

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

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

background-color css

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

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

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

border-color css

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

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

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