#050213

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

Shades of Black Russian #050213

Tints of Black Russian #050213

Color information

#050213 (or 0x050213) is unknown color: approx Black Russian. HEX triplet: 05, 02 and 13. RGB value is (5,2,19). Sum of RGB (Red+Green+Blue) = 5+2+19=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 19 (7.81% from 255 or 73.08% from 26); Max value from RGB is 19 - color contains mainly: blue. Hex color #050213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050213 is #FAFDEC. Grayscale: #040404. Windows color (decimal): -16449005 or 1245701. OLE color: 1245701.

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

Color convert

RGB5219-
CMYK0.740.8900.93
HSL250.59º80.95%4.12%-
HSV(B)250.59º89.47%7.45%-
XYZ0.20.120.63-
YUV4.83135.99128.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 19.23%
GREEN value IS 2 (1.17% from 255) = 7.69%
BLUE value IS 19 (7.81% from 255) = 73.08%
R=19.23%
G=7.69%
B=73.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal52190.740.8900.93250.5980.954.12
Hex52134A5905Dfb514
Octal522311213101353731214
Binary10110100111001010101100101011101111110111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050213; }

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

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

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

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

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

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

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

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