#050A15

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

Shades of Black Russian #050A15

Tints of Black Russian #050A15

Color information

#050A15 (or 0x050A15) is unknown color: approx Black Russian. HEX triplet: 05, 0A and 15. RGB value is (5,10,21). Sum of RGB (Red+Green+Blue) = 5+10+21=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 21 (8.59% from 255 or 58.33% from 36); Max value from RGB is 21 - color contains mainly: blue. Hex color #050A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A15 is #FAF5EA. Grayscale: #090909. Windows color (decimal): -16446955 or 1378821. OLE color: 1378821.

HSL color Cylindrical-coordinate representation of color #050A15: hue angle of 221.25º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #050A15 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB51021-
CMYK0.760.5200.92
HSL221.25º61.54%5.1%-
HSV(B)221.25º76.19%8.24%-
XYZ0.310.30.75-
YUV9.76134.34124.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.89%
GREEN value IS 10 (4.30% from 255) = 27.78%
BLUE value IS 21 (8.59% from 255) = 58.33%
R=13.89%
G=27.78%
B=58.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal510210.760.5200.92221.2561.545.1
Hex5A154C3405Cdd3e5
Octal51225114640134335765
Binary10110101010110011001101000101110011011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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