#050A1F

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

Shades of Black Russian #050A1F

Tints of Black Russian #050A1F

Color information

#050A1F (or 0x050A1F) is unknown color: approx Black Russian. HEX triplet: 05, 0A and 1F. RGB value is (5,10,31). Sum of RGB (Red+Green+Blue) = 5+10+31=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #050A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A1F is #FAF5E0. Grayscale: #0A0A0A. Windows color (decimal): -16446945 or 2034181. OLE color: 2034181.

HSL color Cylindrical-coordinate representation of color #050A1F: hue angle of 228.46º 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 #050A1F is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB51031-
CMYK0.840.6800.88
HSL228.46º72.22%7.06%-
HSV(B)228.46º83.87%12.16%-
XYZ0.420.351.34-
YUV10.9139.34123.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.87%
GREEN value IS 10 (4.30% from 255) = 21.74%
BLUE value IS 31 (12.5% from 255) = 67.39%
R=10.87%
G=21.74%
B=67.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal510310.840.6800.88228.4672.227.06
Hex5A1F5444058e4487
Octal5123712410401303441107
Binary1011010111111010100100010001011000111001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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