#010006

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

Shades of Black Russian #010006

Tints of Black Russian #010006

Color information

#010006 (or 0x010006) is unknown color: approx Black Russian. HEX triplet: 01, 00 and 06. RGB value is (1,0,6). Sum of RGB (Red+Green+Blue) = 1+0+6=7 (0% of max value = 765). Red value is 1 (0.78% from 255 or 14.29% from 7); Green value is 0 (0.39% from 255 or 0% 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 #010006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010006 is #FEFFF9. Grayscale: #000000. Windows color (decimal): -16711674 or 393217. OLE color: 393217.

HSL color Cylindrical-coordinate representation of color #010006: hue angle of 250º 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 #010006 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB106-
CMYK0.83100.98
HSL250º100%1.18%-
HSV(B)250º100%2.35%-
XYZ0.050.020.17-
YUV0.98130.83128.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal1060.83100.982501001.18
Hex1065364062fa641
Octal10612314401423721441
Binary1011010100111100100011000101111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010006; }

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

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

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

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

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

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

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

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