#020316

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

Shades of Black Russian #020316

Tints of Black Russian #020316

Color information

#020316 (or 0x020316) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 16. RGB value is (2,3,22). Sum of RGB (Red+Green+Blue) = 2+3+22=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 22 (8.98% from 255 or 81.48% from 27); Max value from RGB is 22 - color contains mainly: blue. Hex color #020316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020316 is #FDFCE9. Grayscale: #040404. Windows color (decimal): -16645354 or 1442562. OLE color: 1442562.

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

Color convert

RGB2322-
CMYK0.910.8600.91
HSL237º83.33%4.71%-
HSV(B)237º90.91%8.63%-
XYZ0.20.140.77-
YUV4.87137.67125.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.41%
GREEN value IS 3 (1.56% from 255) = 11.11%
BLUE value IS 22 (8.98% from 255) = 81.48%
R=7.41%
G=11.11%
B=81.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23220.910.8600.9123783.334.71
Hex23165B5605Bed535
Octal232613312601333551235
Binary1011101101011011101011001011011111011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020316; }

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

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

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

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

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

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

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

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