Html Css Color HEX #420351 Blackcurrant

📋 copy color: '#420351'

red 66 ◦ green 3 ◦ blue 81

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

Shades of Blackcurrant #420351

Tints of Blackcurrant #420351

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

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

R = 44%
G = 2%
B = 54%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#420351 (or 0x420351) is known color: Blackcurrant. HEX triplet: 42, 03 and 51. RGB value is (66,3,81). Sum of RGB (Red+Green+Blue) = 66+3+81=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #420351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420351 is #BDFCAE. Grayscale: #1E1E1E. Windows color (decimal): -12450991 or 5309250. OLE color: 5309250.

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

Color convert

RGB 66 3 81 -
CMYK 0.19 0.96 0 0.68
HSL 288.46º 0.93% 0.16% -
HSV(B) 288.46º 0.96% 0.32% -
XYZ 3.76 1.82 7.94 -
YUV 30.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 66 3 81 0.19 0.96 0 0.68 288.46 0.93 0.16
Hex 42 3 51 13 60 0 44 120 5D 10
Octal 102 3 121 23 140 0 104 440 135 20
Binary 1000010 11 1010001 10011 1100000 0 1000100 100100000 1011101 10000

Color Harmonies of #420351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420351

Black with #420351

Text Example


Text Example

White with #420351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420351; }

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

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

background-color css

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

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

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

border-color css

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

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

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