#010206

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

Shades of Black Russian #010206

Tints of Black Russian #010206

Color information

#010206 (or 0x010206) is unknown color: approx Black Russian. HEX triplet: 01, 02 and 06. RGB value is (1,2,6). Sum of RGB (Red+Green+Blue) = 1+2+6=9 (1% of max value = 765). Red value is 1 (0.78% from 255 or 11.11% from 9); Green value is 2 (1.17% from 255 or 22.22% from 9); Blue value is 6 (2.73% from 255 or 66.67% from 9); Max value from RGB is 6 - color contains mainly: blue. Hex color #010206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010206 is #FEFDF9. Grayscale: #020202. Windows color (decimal): -16711162 or 393729. OLE color: 393729.

HSL color Cylindrical-coordinate representation of color #010206: hue angle of 228º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #010206 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB126-
CMYK0.830.6700.98
HSL228º71.43%1.37%-
HSV(B)228º83.33%2.35%-
XYZ0.070.060.18-
YUV2.16130.17127.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 11.11%
GREEN value IS 2 (1.17% from 255) = 22.22%
BLUE value IS 6 (2.73% from 255) = 66.67%
R=11.11%
G=22.22%
B=66.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal1260.830.6700.9822871.431.37
Hex1265343062e4471
Octal12612310301423441071
Binary11011010100111000011011000101110010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010206; }

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

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

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

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

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

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

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

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