#050713

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

Shades of Black Russian #050713

Tints of Black Russian #050713

Color information

#050713 (or 0x050713) is unknown color: approx Black Russian. HEX triplet: 05, 07 and 13. RGB value is (5,7,19). Sum of RGB (Red+Green+Blue) = 5+7+19=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 19 (7.81% from 255 or 61.29% from 31); Max value from RGB is 19 - color contains mainly: blue. Hex color #050713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050713 is #FAF8EC. Grayscale: #070707. Windows color (decimal): -16447725 or 1246981. OLE color: 1246981.

HSL color Cylindrical-coordinate representation of color #050713: hue angle of 231.43º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #050713 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB5719-
CMYK0.740.6300.93
HSL231.43º58.33%4.71%-
HSV(B)231.43º73.68%7.45%-
XYZ0.260.230.65-
YUV7.77134.34126.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 16.13%
GREEN value IS 7 (3.12% from 255) = 22.58%
BLUE value IS 19 (7.81% from 255) = 61.29%
R=16.13%
G=22.58%
B=61.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal57190.740.6300.93231.4358.334.71
Hex57134A3F05De73a5
Octal5723112770135347725
Binary1011111001110010101111110101110111100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050713; }

 p { color: rgb(5,7,19); }

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

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

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

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

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

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

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