#010212

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

Shades of Black Russian #010212

Tints of Black Russian #010212

Color information

#010212 (or 0x010212) is unknown color: approx Black Russian. HEX triplet: 01, 02 and 12. RGB value is (1,2,18). Sum of RGB (Red+Green+Blue) = 1+2+18=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 18 (7.42% from 255 or 85.71% from 21); Max value from RGB is 18 - color contains mainly: blue. Hex color #010212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010212 is #FEFDED. Grayscale: #030303. Windows color (decimal): -16711150 or 1180161. OLE color: 1180161.

HSL color Cylindrical-coordinate representation of color #010212: hue angle of 236.47º 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 #010212 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB1218-
CMYK0.940.8900.93
HSL236.47º89.47%3.73%-
HSV(B)236.47º94.44%7.06%-
XYZ0.140.090.58-
YUV3.52136.17126.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.76%
GREEN value IS 2 (1.17% from 255) = 9.52%
BLUE value IS 18 (7.42% from 255) = 85.71%
R=4.76%
G=9.52%
B=85.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal12180.940.8900.93236.4789.473.73
Hex12125E5905Dec594
Octal122213613101353541314
Binary110100101011110101100101011101111011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010212; }

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

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

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

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

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

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

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

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