#050219

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

Shades of Black Russian #050219

Tints of Black Russian #050219

Color information

#050219 (or 0x050219) is unknown color: approx Black Russian. HEX triplet: 05, 02 and 19. RGB value is (5,2,25). Sum of RGB (Red+Green+Blue) = 5+2+25=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 2 (1.17% from 255 or 6.25% from 32); Blue value is 25 (10.16% from 255 or 78.12% from 32); Max value from RGB is 25 - color contains mainly: blue. Hex color #050219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050219 is #FAFDE6. Grayscale: #050505. Windows color (decimal): -16448999 or 1638917. OLE color: 1638917.

HSL color Cylindrical-coordinate representation of color #050219: hue angle of 247.83º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050219 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB5225-
CMYK0.800.9200.90
HSL247.83º85.19%5.29%-
HSV(B)247.83º92%9.8%-
XYZ0.260.150.93-
YUV5.52138.99127.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 15.62%
GREEN value IS 2 (1.17% from 255) = 6.25%
BLUE value IS 25 (10.16% from 255) = 78.12%
R=15.62%
G=6.25%
B=78.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal52250.800.9200.90247.8385.195.29
Hex5219505C05Af8555
Octal523112013401323701255
Binary10110110011010000101110001011010111110001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050219; }

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

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

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

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

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

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

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

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