Html Css Color HEX #420051 Blackcurrant

📋 copy color: '#420051'

red 66 ◦ green 0 ◦ blue 81

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

Shades of Blackcurrant #420051

Tints of Blackcurrant #420051

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.9%
G = 0%
B = 55.1%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#420051 (or 0x420051) is known color: Blackcurrant. HEX triplet: 42, 00 and 51. RGB value is (66,0,81). Sum of RGB (Red+Green+Blue) = 66+0+81=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #420051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420051 is #BDFFAE. Grayscale: #1C1C1C. Windows color (decimal): -12451759 or 5308482. OLE color: 5308482.

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

Color convert

RGB 66 0 81 -
CMYK 0.19 1 0 0.68
HSL 288.89º 1% 0.16% -
HSV(B) 288.89º 1% 0.32% -
XYZ 3.73 1.75 7.93 -
YUV 28.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 66 0 81 0.19 1 0 0.68 288.89 1 0.16
Hex 42 0 51 13 64 0 44 121 64 10
Octal 102 0 121 23 144 0 104 441 144 20
Binary 1000010 0 1010001 10011 1100100 0 1000100 100100001 1100100 10000

Color Harmonies of #420051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420051

Black with #420051

Text Example


Text Example

White with #420051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420051; }

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

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

background-color css

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

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

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

border-color css

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

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

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