#030116

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

Shades of Black Russian #030116

Tints of Black Russian #030116

Color information

#030116 (or 0x030116) is unknown color: approx Black Russian. HEX triplet: 03, 01 and 16. RGB value is (3,1,22). Sum of RGB (Red+Green+Blue) = 3+1+22=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 22 (8.98% from 255 or 84.62% from 26); Max value from RGB is 22 - color contains mainly: blue. Hex color #030116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030116 is #FCFEE9. Grayscale: #030303. Windows color (decimal): -16580330 or 1442051. OLE color: 1442051.

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

Color convert

RGB3122-
CMYK0.860.9500.91
HSL245.71º91.3%4.51%-
HSV(B)245.71º95.45%8.63%-
XYZ0.190.10.77-
YUV3.99138.16127.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.54%
GREEN value IS 1 (0.78% from 255) = 3.85%
BLUE value IS 22 (8.98% from 255) = 84.62%
R=11.54%
G=3.85%
B=84.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal31220.860.9500.91245.7191.34.51
Hex3116565F05Bf65b5
Octal312612613701333661335
Binary111101101010110101111101011011111101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030116; }

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

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

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

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

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

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

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

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