#000106

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

Shades of Black Russian #000106

Tints of Black Russian #000106

Color information

#000106 (or 0x000106) is unknown color: approx Black Russian. HEX triplet: 00, 01 and 06. RGB value is (0,1,6). Sum of RGB (Red+Green+Blue) = 0+1+6=7 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 7); Green value is 1 (0.78% from 255 or 14.29% from 7); Blue value is 6 (2.73% from 255 or 85.71% from 7); Max value from RGB is 6 - color contains mainly: blue. Hex color #000106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000106 is #FFFEF9. Grayscale: #010101. Windows color (decimal): -16776954 or 393472. OLE color: 393472.

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

Color convert

RGB016-
CMYK10.8300.98
HSL230º100%1.18%-
HSV(B)230º100%2.35%-
XYZ0.040.030.18-
YUV1.27130.67127.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 14.29%
BLUE value IS 6 (2.73% from 255) = 85.71%
R=0%
G=14.29%
B=85.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal01610.8300.982301001.18
Hex0166453062e6641
Octal01614412301423461441
Binary0111011001001010011011000101110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000106; }

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

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

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

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

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

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

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

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