#010612

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

Shades of Black Russian #010612

Tints of Black Russian #010612

Color information

#010612 (or 0x010612) is unknown color: approx Black Russian. HEX triplet: 01, 06 and 12. RGB value is (1,6,18). Sum of RGB (Red+Green+Blue) = 1+6+18=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 18 (7.42% from 255 or 72% from 25); Max value from RGB is 18 - color contains mainly: blue. Hex color #010612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010612 is #FEF9ED. Grayscale: #050505. Windows color (decimal): -16710126 or 1181185. OLE color: 1181185.

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

Color convert

RGB1618-
CMYK0.940.6700.93
HSL222.35º89.47%3.73%-
HSV(B)222.35º94.44%7.06%-
XYZ0.190.180.6-
YUV5.87134.84124.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4%
GREEN value IS 6 (2.73% from 255) = 24%
BLUE value IS 18 (7.42% from 255) = 72%
R=4%
G=24%
B=72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal16180.940.6700.93222.3589.473.73
Hex16125E4305Dde594
Octal162213610301353361314
Binary1110100101011110100001101011101110111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010612; }

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

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

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

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

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

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

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

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