#050310

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

Shades of Black Russian #050310

Tints of Black Russian #050310

Color information

#050310 (or 0x050310) is unknown color: approx Black Russian. HEX triplet: 05, 03 and 10. RGB value is (5,3,16). Sum of RGB (Red+Green+Blue) = 5+3+16=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 3 (1.56% from 255 or 12.5% from 24); Blue value is 16 (6.64% from 255 or 66.67% from 24); Max value from RGB is 16 - color contains mainly: blue. Hex color #050310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050310 is #FAFCEF. Grayscale: #050505. Windows color (decimal): -16448752 or 1049349. OLE color: 1049349.

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

Color convert

RGB5316-
CMYK0.690.8100.94
HSL249.23º68.42%3.73%-
HSV(B)249.23º81.25%6.27%-
XYZ0.190.130.51-
YUV5.08134.16127.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20.83%
GREEN value IS 3 (1.56% from 255) = 12.5%
BLUE value IS 16 (6.64% from 255) = 66.67%
R=20.83%
G=12.5%
B=66.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal53160.690.8100.94249.2368.423.73
Hex5310455105Ef9444
Octal532010512101363711044
Binary10111100001000101101000101011110111110011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050310; }

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

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

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

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

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

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

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

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