#010208

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

Shades of Black Russian #010208

Tints of Black Russian #010208

Color information

#010208 (or 0x010208) is unknown color: approx Black Russian. HEX triplet: 01, 02 and 08. RGB value is (1,2,8). Sum of RGB (Red+Green+Blue) = 1+2+8=11 (1% of max value = 765). Red value is 1 (0.78% from 255 or 9.09% from 11); Green value is 2 (1.17% from 255 or 18.18% from 11); Blue value is 8 (3.52% from 255 or 72.73% from 11); Max value from RGB is 8 - color contains mainly: blue. Hex color #010208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010208 is #FEFDF7. Grayscale: #020202. Windows color (decimal): -16711160 or 524801. OLE color: 524801.

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

Color convert

RGB128-
CMYK0.880.7500.97
HSL231.43º77.78%1.76%-
HSV(B)231.43º87.5%3.14%-
XYZ0.080.070.24-
YUV2.38131.17127.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 9.09%
GREEN value IS 2 (1.17% from 255) = 18.18%
BLUE value IS 8 (3.52% from 255) = 72.73%
R=9.09%
G=18.18%
B=72.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal1280.880.7500.97231.4377.781.76
Hex128584B061e74e2
Octal121013011301413471162
Binary1101000101100010010110110000111100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010208; }

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

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

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

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

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

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

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

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