Html Css Color HEX #420451 Blackcurrant

📋 copy color: '#420451'

red 66 ◦ green 4 ◦ blue 81

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

Shades of Blackcurrant #420451

Tints of Blackcurrant #420451

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.65%

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

R = 43.71%
G = 2.65%
B = 53.64%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#420451 (or 0x420451) is known color: Blackcurrant. HEX triplet: 42, 04 and 51. RGB value is (66,4,81). Sum of RGB (Red+Green+Blue) = 66+4+81=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #420451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420451 is #BDFBAE. Grayscale: #1F1F1F. Windows color (decimal): -12450735 or 5309506. OLE color: 5309506.

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

Color convert

RGB 66 4 81 -
CMYK 0.19 0.95 0 0.68
HSL 288.31º 0.91% 0.17% -
HSV(B) 288.31º 0.95% 0.32% -
XYZ 3.78 1.84 7.94 -
YUV 31.32 156.04 152.74 -
System Red Green Blue C M Y K H S L
Decimal 66 4 81 0.19 0.95 0 0.68 288.31 0.91 0.17
Hex 42 4 51 13 5F 0 44 120 5B 11
Octal 102 4 121 23 137 0 104 440 133 21
Binary 1000010 100 1010001 10011 1011111 0 1000100 100100000 1011011 10001

Color Harmonies of #420451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420451

Black with #420451

Text Example


Text Example

White with #420451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420451; }

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

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

background-color css

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

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

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

border-color css

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

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

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