#010209

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

Shades of Black Russian #010209

Tints of Black Russian #010209

Color information

#010209 (or 0x010209) is unknown color: approx Black Russian. HEX triplet: 01, 02 and 09. RGB value is (1,2,9). Sum of RGB (Red+Green+Blue) = 1+2+9=12 (1% of max value = 765). Red value is 1 (0.78% from 255 or 8.33% from 12); Green value is 2 (1.17% from 255 or 16.67% from 12); Blue value is 9 (3.91% from 255 or 75% from 12); Max value from RGB is 9 - color contains mainly: blue. Hex color #010209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010209 is #FEFDF6. Grayscale: #020202. Windows color (decimal): -16711159 or 590337. OLE color: 590337.

HSL color Cylindrical-coordinate representation of color #010209: hue angle of 232.5º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #010209 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB129-
CMYK0.890.7800.96
HSL232.5º80%1.96%-
HSV(B)232.5º88.89%3.53%-
XYZ0.080.070.27-
YUV2.5131.67126.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 8.33%
GREEN value IS 2 (1.17% from 255) = 16.67%
BLUE value IS 9 (3.91% from 255) = 75%
R=8.33%
G=16.67%
B=75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal1290.890.7800.96232.5801.96
Hex129594E060e8502
Octal121113111601403501202
Binary1101001101100110011100110000011101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010209; }

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

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

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

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

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

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

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

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