Html Css Color HEX #420551 Blackcurrant

📋 copy color: '#420551'

red 66 ◦ green 5 ◦ blue 81

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

Shades of Blackcurrant #420551

Tints of Blackcurrant #420551

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

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

R = 43.42%
G = 3.29%
B = 53.29%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#420551 (or 0x420551) is known color: Blackcurrant. HEX triplet: 42, 05 and 51. RGB value is (66,5,81). Sum of RGB (Red+Green+Blue) = 66+5+81=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #420551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420551 is #BDFAAE. Grayscale: #1F1F1F. Windows color (decimal): -12450479 or 5309762. OLE color: 5309762.

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

Color convert

RGB 66 5 81 -
CMYK 0.19 0.94 0 0.68
HSL 288.16º 0.88% 0.17% -
HSV(B) 288.16º 0.94% 0.32% -
XYZ 3.79 1.86 7.94 -
YUV 31.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 66 5 81 0.19 0.94 0 0.68 288.16 0.88 0.17
Hex 42 5 51 13 5E 0 44 120 58 11
Octal 102 5 121 23 136 0 104 440 130 21
Binary 1000010 101 1010001 10011 1011110 0 1000100 100100000 1011000 10001

Color Harmonies of #420551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420551

Black with #420551

Text Example


Text Example

White with #420551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420551; }

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

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

background-color css

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

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

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

border-color css

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

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

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