#050D1C

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

Shades of Black Russian #050D1C

Tints of Black Russian #050D1C

Color information

#050D1C (or 0x050D1C) is unknown color: approx Black Russian. HEX triplet: 05, 0D and 1C. RGB value is (5,13,28). Sum of RGB (Red+Green+Blue) = 5+13+28=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #050D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D1C is #FAF2E3. Grayscale: #0C0C0C. Windows color (decimal): -16446180 or 1838341. OLE color: 1838341.

HSL color Cylindrical-coordinate representation of color #050D1C: hue angle of 219.13º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #050D1C is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB51328-
CMYK0.820.5400.89
HSL219.13º69.7%6.47%-
HSV(B)219.13º82.14%10.98%-
XYZ0.420.41.15-
YUV12.32136.85122.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.87%
GREEN value IS 13 (5.47% from 255) = 28.26%
BLUE value IS 28 (11.33% from 255) = 60.87%
R=10.87%
G=28.26%
B=60.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal513280.820.5400.89219.1369.76.47
Hex5D1C5236059db466
Octal515341226601313331066
Binary101110111100101001011011001011001110110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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