#000216

Color #000216 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #000216

Tints of Black Russian #000216

Color information

#000216 (or 0x000216) is unknown color: approx Black Russian. HEX triplet: 00, 02 and 16. RGB value is (0,2,22). Sum of RGB (Red+Green+Blue) = 0+2+22=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 2 (1.17% from 255 or 8.33% 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 #000216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000216 is #FFFDE9. Grayscale: #030303. Windows color (decimal): -16776682 or 1442304. OLE color: 1442304.

HSL color Cylindrical-coordinate representation of color #000216: hue angle of 234.55º 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 #000216 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB0222-
CMYK10.9100.91
HSL234.55º100%4.31%-
HSV(B)234.55º100%8.63%-
XYZ0.170.10.77-
YUV3.68138.34125.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 8.33%
BLUE value IS 22 (8.98% from 255) = 91.67%
R=0%
G=8.33%
B=91.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal022210.9100.91234.551004.31
Hex0216645B05Beb644
Octal022614413301333531444
Binary010101101100100101101101011011111010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000216; }

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

 H1.HeaderClassName
 {
   color: #000216;
 }
 .AnyTagClassName
 {
   color: #000216;
 }
</style>
background-color css

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

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

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

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

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

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