#050A19

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

Shades of Black Russian #050A19

Tints of Black Russian #050A19

Color information

#050A19 (or 0x050A19) is unknown color: approx Black Russian. HEX triplet: 05, 0A and 19. RGB value is (5,10,25). Sum of RGB (Red+Green+Blue) = 5+10+25=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 25 (10.16% from 255 or 62.5% from 40); Max value from RGB is 25 - color contains mainly: blue. Hex color #050A19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A19 is #FAF5E6. Grayscale: #0A0A0A. Windows color (decimal): -16446951 or 1640965. OLE color: 1640965.

HSL color Cylindrical-coordinate representation of color #050A19: hue angle of 225º 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 #050A19 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB51025-
CMYK0.800.6000.90
HSL225º66.67%5.88%-
HSV(B)225º80%9.8%-
XYZ0.350.320.96-
YUV10.22136.34124.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.5%
GREEN value IS 10 (4.30% from 255) = 25%
BLUE value IS 25 (10.16% from 255) = 62.5%
R=12.5%
G=25%
B=62.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal510250.800.6000.9022566.675.88
Hex5A19503C05Ae1436
Octal512311207401323411036
Binary101101011001101000011110001011010111000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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