#010205

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

Shades of Black Russian #010205

Tints of Black Russian #010205

Color information

#010205 (or 0x010205) is unknown color: approx Black Russian. HEX triplet: 01, 02 and 05. RGB value is (1,2,5). Sum of RGB (Red+Green+Blue) = 1+2+5=8 (1% of max value = 765). Red value is 1 (0.78% from 255 or 12.5% from 8); Green value is 2 (1.17% from 255 or 25% from 8); Blue value is 5 (2.34% from 255 or 62.5% from 8); Max value from RGB is 5 - color contains mainly: blue. Hex color #010205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010205 is #FEFDFA. Grayscale: #020202. Windows color (decimal): -16711163 or 328193. OLE color: 328193.

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

Color convert

RGB125-
CMYK0.800.6000.98
HSL225º66.67%1.18%-
HSV(B)225º80%1.96%-
XYZ0.060.060.15-
YUV2.04129.67127.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 12.5%
GREEN value IS 2 (1.17% from 255) = 25%
BLUE value IS 5 (2.34% from 255) = 62.5%
R=12.5%
G=25%
B=62.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal1250.800.6000.9822566.671.18
Hex125503C062e1431
Octal1251207401423411031
Binary1101011010000111100011000101110000110000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010205; }

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

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

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

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

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

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

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

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