#050D1E

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

Shades of Black Russian #050D1E

Tints of Black Russian #050D1E

Color information

#050D1E (or 0x050D1E) is unknown color: approx Black Russian. HEX triplet: 05, 0D and 1E. RGB value is (5,13,30). Sum of RGB (Red+Green+Blue) = 5+13+30=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #050D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D1E is #FAF2E1. Grayscale: #0C0C0C. Windows color (decimal): -16446178 or 1969413. OLE color: 1969413.

HSL color Cylindrical-coordinate representation of color #050D1E: hue angle of 220.8º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #050D1E is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB51330-
CMYK0.830.5700.88
HSL220.8º71.43%6.86%-
HSV(B)220.8º83.33%11.76%-
XYZ0.440.411.28-
YUV12.55137.85122.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.42%
GREEN value IS 13 (5.47% from 255) = 27.08%
BLUE value IS 30 (12.11% from 255) = 62.5%
R=10.42%
G=27.08%
B=62.5%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal513300.830.5700.88220.871.436.86
Hex5D1E5339058dd477
Octal515361237101303351077
Binary101110111110101001111100101011000110111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050D1E; }

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

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

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

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

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

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

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

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