#050B19

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

Shades of Black Russian #050B19

Tints of Black Russian #050B19

Color information

#050B19 (or 0x050B19) is unknown color: approx Black Russian. HEX triplet: 05, 0B and 19. RGB value is (5,11,25). Sum of RGB (Red+Green+Blue) = 5+11+25=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #050B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B19 is #FAF4E6. Grayscale: #0A0A0A. Windows color (decimal): -16446695 or 1641221. OLE color: 1641221.

HSL color Cylindrical-coordinate representation of color #050B19: hue angle of 222º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #050B19 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB51125-
CMYK0.800.5600.90
HSL222º66.67%5.88%-
HSV(B)222º80%9.8%-
XYZ0.360.340.97-
YUV10.8136.01123.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 11 (4.69% from 255) = 26.83%
BLUE value IS 25 (10.16% from 255) = 60.98%
R=12.20%
G=26.83%
B=60.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal511250.800.5600.9022266.675.88
Hex5B19503805Ade436
Octal513311207001323361036
Binary101101111001101000011100001011010110111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,11,25); }

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

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

 a { background-color: rgb(5,11,25); }

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

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

 span { border-color: rgb(5,11,25); }

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