#05020D

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

Shades of Black Russian #05020D

Tints of Black Russian #05020D

Color information

#05020D (or 0x05020D) is unknown color: approx Black Russian. HEX triplet: 05, 02 and 0D. RGB value is (5,2,13). Sum of RGB (Red+Green+Blue) = 5+2+13=20 (2% of max value = 765). Red value is 5 (2.34% from 255 or 25% from 20); Green value is 2 (1.17% from 255 or 10% 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 #05020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05020D is #FAFDF2. Grayscale: #040404. Windows color (decimal): -16449011 or 852485. OLE color: 852485.

HSL color Cylindrical-coordinate representation of color #05020D: hue angle of 256.36º 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 #05020D is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB5213-
CMYK0.620.8500.95
HSL256.36º73.33%2.94%-
HSV(B)256.36º84.62%5.1%-
XYZ0.160.10.39-
YUV4.15132.99128.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal52130.620.8500.95256.3673.332.94
Hex52D3E5505F100493
Octal52157612501374001113
Binary101101101111110101010101011111100000000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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