Html Css Color HEX #020614 Black Russian

📋 copy color: '#020614'

red 2 ◦ green 6 ◦ blue 20

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

Shades of Black Russian #020614

Tints of Black Russian #020614

RGB

 RED value IS 2 (1.17% from 255) = 7.14%

 GREEN value IS 6 (2.73% from 255) = 21.43%

 BLUE value IS 20 (8.2% from 255) = 71.43%

R = 7.14%
G = 21.43%
B = 71.43%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#020614 (or 0x020614) is known color: Black Russian. HEX triplet: 02, 06 and 14. RGB value is (2,6,20). Sum of RGB (Red+Green+Blue) = 2+6+20=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 6 (2.73% from 255 or 21.43% from 28); Blue value is 20 (8.20% from 255 or 71.43% from 28); Max value from RGB is 20 - color contains mainly: blue. Hex color #020614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020614 is #FDF9EB. Grayscale: #060606. Windows color (decimal): -16644588 or 1312258. OLE color: 1312258.

HSL color Cylindrical-coordinate representation of color #020614: hue angle of 226.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020614 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 6 20 -
CMYK 0.90 0.70 0 0.92
HSL 226.67º 0.82% 0.04% -
HSV(B) 226.67º 0.9% 0.08% -
XYZ 0.22 0.19 0.69 -
YUV 6.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 2 6 20 0.90 0.70 0 0.92 226.67 0.82 0.04
Hex 2 6 14 5A 46 0 5C E3 52 4
Octal 2 6 24 132 106 0 134 343 122 4
Binary 10 110 10100 1011010 1000110 0 1011100 11100011 1010010 100

Color Harmonies of #020614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020614

Black with #020614

Text Example


Text Example

White with #020614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020614; }

 p { color: rgb(2,6,20); }

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

background-color css

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

 a { background-color: rgb(2,6,20); }

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

border-color css

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

 span { border-color: rgb(2,6,20); }

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