#050D1F

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

Shades of Black Russian #050D1F

Tints of Black Russian #050D1F

Color information

#050D1F (or 0x050D1F) is unknown color: approx Black Russian. HEX triplet: 05, 0D and 1F. RGB value is (5,13,31). Sum of RGB (Red+Green+Blue) = 5+13+31=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #050D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D1F is #FAF2E0. Grayscale: #0C0C0C. Windows color (decimal): -16446177 or 2034949. OLE color: 2034949.

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

Color convert

RGB51331-
CMYK0.840.5800.88
HSL221.54º72.22%7.06%-
HSV(B)221.54º83.87%12.16%-
XYZ0.450.421.35-
YUV12.66138.35122.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 13 (5.47% from 255) = 26.53%
BLUE value IS 31 (12.5% from 255) = 63.27%
R=10.20%
G=26.53%
B=63.27%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal513310.840.5800.88221.5472.227.06
Hex5D1F543A058de487
Octal515371247201303361107
Binary101110111111101010011101001011000110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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