#050813

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

Shades of Black Russian #050813

Tints of Black Russian #050813

Color information

#050813 (or 0x050813) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 13. RGB value is (5,8,19). Sum of RGB (Red+Green+Blue) = 5+8+19=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 19 (7.81% from 255 or 59.38% from 32); Max value from RGB is 19 - color contains mainly: blue. Hex color #050813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050813 is #FAF7EC. Grayscale: #080808. Windows color (decimal): -16447469 or 1247237. OLE color: 1247237.

HSL color Cylindrical-coordinate representation of color #050813: hue angle of 227.14º 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 #050813 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB5819-
CMYK0.740.5800.93
HSL227.14º58.33%4.71%-
HSV(B)227.14º73.68%7.45%-
XYZ0.270.250.65-
YUV8.36134.01125.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 15.62%
GREEN value IS 8 (3.52% from 255) = 25%
BLUE value IS 19 (7.81% from 255) = 59.38%
R=15.62%
G=25%
B=59.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal58190.740.5800.93227.1458.334.71
Hex58134A3A05De33a5
Octal51023112720135343725
Binary10110001001110010101110100101110111100011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050813; }

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

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

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

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

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

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

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

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