#050510

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

Shades of Black Russian #050510

Tints of Black Russian #050510

Color information

#050510 (or 0x050510) is unknown color: approx Black Russian. HEX triplet: 05, 05 and 10. RGB value is (5,5,16). Sum of RGB (Red+Green+Blue) = 5+5+16=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 16 (6.64% from 255 or 61.54% from 26); Max value from RGB is 16 - color contains mainly: blue. Hex color #050510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050510 is #FAFAEF. Grayscale: #060606. Windows color (decimal): -16448240 or 1049861. OLE color: 1049861.

HSL color Cylindrical-coordinate representation of color #050510: hue angle of 240º 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 #050510 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB5516-
CMYK0.690.6900.94
HSL240º52.38%4.12%-
HSV(B)240º68.75%6.27%-
XYZ0.210.180.51-
YUV6.25133.5127.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 19.23%
GREEN value IS 5 (2.34% from 255) = 19.23%
BLUE value IS 16 (6.64% from 255) = 61.54%
R=19.23%
G=19.23%
B=61.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal55160.690.6900.9424052.384.12
Hex5510454505Ef0344
Octal55201051050136360644
Binary10110110000100010110001010101111011110000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050510; }

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

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

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

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

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

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

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

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