#050221

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

Shades of Black Russian #050221

Tints of Black Russian #050221

Color information

#050221 (or 0x050221) is unknown color: approx Black Russian. HEX triplet: 05, 02 and 21. RGB value is (5,2,33). Sum of RGB (Red+Green+Blue) = 5+2+33=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 33 (13.28% from 255 or 82.5% from 40); Max value from RGB is 33 - color contains mainly: blue. Hex color #050221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050221 is #FAFDDE. Grayscale: #060606. Windows color (decimal): -16448991 or 2163205. OLE color: 2163205.

HSL color Cylindrical-coordinate representation of color #050221: hue angle of 245.81º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050221 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB5233-
CMYK0.850.9400.87
HSL245.81º88.57%6.86%-
HSV(B)245.81º93.94%12.94%-
XYZ0.360.191.46-
YUV6.43142.99126.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.5%
GREEN value IS 2 (1.17% from 255) = 5%
BLUE value IS 33 (13.28% from 255) = 82.5%
R=12.5%
G=5%
B=82.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal52330.850.9400.87245.8188.576.86
Hex5221555E057f6597
Octal524112513601273661317
Binary101101000011010101101111001010111111101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050221; }

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

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

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

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

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

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

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

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