#050810

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

Shades of Black Russian #050810

Tints of Black Russian #050810

Color information

#050810 (or 0x050810) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 10. RGB value is (5,8,16). Sum of RGB (Red+Green+Blue) = 5+8+16=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 16 (6.64% from 255 or 55.17% from 29); Max value from RGB is 16 - color contains mainly: blue. Hex color #050810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050810 is #FAF7EF. Grayscale: #070707. Windows color (decimal): -16447472 or 1050629. OLE color: 1050629.

HSL color Cylindrical-coordinate representation of color #050810: hue angle of 223.64º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #050810 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB5816-
CMYK0.690.5000.94
HSL223.64º52.38%4.12%-
HSV(B)223.64º68.75%6.27%-
XYZ0.240.240.52-
YUV8.02132.51125.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 17.24%
GREEN value IS 8 (3.52% from 255) = 27.59%
BLUE value IS 16 (6.64% from 255) = 55.17%
R=17.24%
G=27.59%
B=55.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal58160.690.5000.94223.6452.384.12
Hex5810453205Ee0344
Octal51020105620136340644
Binary10110001000010001011100100101111011100000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050810; }

 p { color: rgb(5,8,16); }

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

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

 a { background-color: rgb(5,8,16); }

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

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

 span { border-color: rgb(5,8,16); }

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