#02050D

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

Shades of Black Russian #02050D

Tints of Black Russian #02050D

Color information

#02050D (or 0x02050D) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 0D. RGB value is (2,5,13). Sum of RGB (Red+Green+Blue) = 2+5+13=20 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 13 (5.47% from 255 or 65% from 20); Max value from RGB is 13 - color contains mainly: blue. Hex color #02050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02050D is #FDFAF2. Grayscale: #040404. Windows color (decimal): -16644851 or 853250. OLE color: 853250.

HSL color Cylindrical-coordinate representation of color #02050D: hue angle of 223.64º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #02050D is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB2513-
CMYK0.850.6200.95
HSL223.64º73.33%2.94%-
HSV(B)223.64º84.62%5.1%-
XYZ0.150.150.4-
YUV5.01132.51125.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 10%
GREEN value IS 5 (2.34% from 255) = 25%
BLUE value IS 13 (5.47% from 255) = 65%
R=10%
G=25%
B=65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal25130.850.6200.95223.6473.332.94
Hex25D553E05Fe0493
Octal25151257601373401113
Binary10101110110101011111100101111111100000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02050D; }

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

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

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

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

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

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

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

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