#030112

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

Shades of Black Russian #030112

Tints of Black Russian #030112

Color information

#030112 (or 0x030112) is unknown color: approx Black Russian. HEX triplet: 03, 01 and 12. RGB value is (3,1,18). Sum of RGB (Red+Green+Blue) = 3+1+18=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 1 (0.78% from 255 or 4.55% from 22); Blue value is 18 (7.42% from 255 or 81.82% from 22); Max value from RGB is 18 - color contains mainly: blue. Hex color #030112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030112 is #FCFEED. Grayscale: #030303. Windows color (decimal): -16580334 or 1179907. OLE color: 1179907.

HSL color Cylindrical-coordinate representation of color #030112: hue angle of 247.06º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030112 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB3118-
CMYK0.830.9400.93
HSL247.06º89.47%3.73%-
HSV(B)247.06º94.44%7.06%-
XYZ0.160.080.58-
YUV3.54136.16127.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.64%
GREEN value IS 1 (0.78% from 255) = 4.55%
BLUE value IS 18 (7.42% from 255) = 81.82%
R=13.64%
G=4.55%
B=81.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31180.830.9400.93247.0689.473.73
Hex3112535E05Df7594
Octal312212313601353671314
Binary111100101010011101111001011101111101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030112; }

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

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

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

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

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

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

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

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