#010008

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

Shades of Black Russian #010008

Tints of Black Russian #010008

Color information

#010008 (or 0x010008) is unknown color: approx Black Russian. HEX triplet: 01, 00 and 08. RGB value is (1,0,8). Sum of RGB (Red+Green+Blue) = 1+0+8=9 (1% of max value = 765). Red value is 1 (0.78% from 255 or 11.11% from 9); Green value is 0 (0.39% from 255 or 0% from 9); Blue value is 8 (3.52% from 255 or 88.89% from 9); Max value from RGB is 8 - color contains mainly: blue. Hex color #010008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010008 is #FEFFF7. Grayscale: #010101. Windows color (decimal): -16711672 or 524289. OLE color: 524289.

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

Color convert

RGB108-
CMYK0.88100.97
HSL247.5º100%1.57%-
HSV(B)247.5º100%3.14%-
XYZ0.060.020.23-
YUV1.21131.83127.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 11.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 88.89%
R=11.11%
G=0%
B=88.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal1080.88100.97247.51001.57
Hex1085864061f8642
Octal101013014401413701442
Binary101000101100011001000110000111111000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010008; }

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

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

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

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

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

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

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

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