#05011D

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

Shades of Black Russian #05011D

Tints of Black Russian #05011D

Color information

#05011D (or 0x05011D) is unknown color: approx Black Russian. HEX triplet: 05, 01 and 1D. RGB value is (5,1,29). Sum of RGB (Red+Green+Blue) = 5+1+29=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 29 (11.72% from 255 or 82.86% from 35); Max value from RGB is 29 - color contains mainly: blue. Hex color #05011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05011D is #FAFEE2. Grayscale: #050505. Windows color (decimal): -16449251 or 1900805. OLE color: 1900805.

HSL color Cylindrical-coordinate representation of color #05011D: hue angle of 248.57º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05011D is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB5129-
CMYK0.830.9700.89
HSL248.57º93.33%5.88%-
HSV(B)248.57º96.55%11.37%-
XYZ0.30.141.17-
YUV5.39141.33127.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 14.29%
GREEN value IS 1 (0.78% from 255) = 2.86%
BLUE value IS 29 (11.72% from 255) = 82.86%
R=14.29%
G=2.86%
B=82.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal51290.830.9700.89248.5793.335.88
Hex511D5361059f95d6
Octal513512314101313711356
Binary1011111011010011110000101011001111110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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