Html Css Color HEX #020016 Black Russian

📋 copy color: '#020016'

red 2 ◦ green 0 ◦ blue 22

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

Shades of Black Russian #020016

Tints of Black Russian #020016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 91.67%

R = 8.33%
G = 0%
B = 91.67%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#020016 (or 0x020016) is known color: Black Russian. HEX triplet: 02, 00 and 16. RGB value is (2,0,22). Sum of RGB (Red+Green+Blue) = 2+0+22=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 22 (8.98% from 255 or 91.67% from 24); Max value from RGB is 22 - color contains mainly: blue. Hex color #020016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020016 is #FDFFE9. Grayscale: #030303. Windows color (decimal): -16646122 or 1441794. OLE color: 1441794.

HSL color Cylindrical-coordinate representation of color #020016: hue angle of 245.45º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020016 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 0 22 -
CMYK 0.91 1 0 0.91
HSL 245.45º 1% 0.04% -
HSV(B) 245.45º 1% 0.09% -
XYZ 0.17 0.07 0.76 -
YUV 3.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 2 0 22 0.91 1 0 0.91 245.45 1 0.04
Hex 2 0 16 5B 64 0 5B F5 64 4
Octal 2 0 26 133 144 0 133 365 144 4
Binary 10 0 10110 1011011 1100100 0 1011011 11110101 1100100 100

Color Harmonies of #020016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020016

Black with #020016

Text Example


Text Example

White with #020016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020016; }

 p { color: rgb(2,0,22); }

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

background-color css

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

 a { background-color: rgb(2,0,22); }

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

border-color css

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

 span { border-color: rgb(2,0,22); }

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