#030216

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

Shades of Black Russian #030216

Tints of Black Russian #030216

Color information

#030216 (or 0x030216) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 16. RGB value is (3,2,22). Sum of RGB (Red+Green+Blue) = 3+2+22=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 2 (1.17% from 255 or 7.41% 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 #030216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030216 is #FCFDE9. Grayscale: #040404. Windows color (decimal): -16580074 or 1442307. OLE color: 1442307.

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

Color convert

RGB3222-
CMYK0.860.9100.91
HSL243º83.33%4.71%-
HSV(B)243º90.91%8.63%-
XYZ0.20.120.77-
YUV4.58137.83126.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal32220.860.9100.9124383.334.71
Hex3216565B05Bf3535
Octal322612613301333631235
Binary1110101101010110101101101011011111100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030216; }

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

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

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

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

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

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

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

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