#050311

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

Shades of Black Russian #050311

Tints of Black Russian #050311

Color information

#050311 (or 0x050311) is unknown color: approx Black Russian. HEX triplet: 05, 03 and 11. RGB value is (5,3,17). Sum of RGB (Red+Green+Blue) = 5+3+17=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 3 (1.56% from 255 or 12% from 25); Blue value is 17 (7.03% from 255 or 68% from 25); Max value from RGB is 17 - color contains mainly: blue. Hex color #050311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050311 is #FAFCEE. Grayscale: #050505. Windows color (decimal): -16448751 or 1114885. OLE color: 1114885.

HSL color Cylindrical-coordinate representation of color #050311: hue angle of 248.57º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #050311 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB5317-
CMYK0.710.8200.93
HSL248.57º70%3.92%-
HSV(B)248.57º82.35%6.67%-
XYZ0.20.140.55-
YUV5.19134.66127.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20%
GREEN value IS 3 (1.56% from 255) = 12%
BLUE value IS 17 (7.03% from 255) = 68%
R=20%
G=12%
B=68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal53170.710.8200.93248.57703.92
Hex5311475205Df9464
Octal532110712201353711064
Binary10111100011000111101001001011101111110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050311; }

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

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

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

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

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

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

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

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