Html Css Color HEX #050221 Black Russian

📋 copy color: '#050221'

red 5 ◦ green 2 ◦ blue 33

#050221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #050221

Tints of Black Russian #050221

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 value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#050221 (or 0x050221) is known color: 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

RGB 5 2 33 -
CMYK 0.85 0.94 0 0.87
HSL 245.81º 0.89% 0.07% -
HSV(B) 245.81º 0.94% 0.13% -
XYZ 0.36 0.19 1.46 -
YUV 6.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 5 2 33 0.85 0.94 0 0.87 245.81 0.89 0.07
Hex 5 2 21 55 5E 0 57 F6 59 7
Octal 5 2 41 125 136 0 127 366 131 7
Binary 101 10 100001 1010101 1011110 0 1010111 11110110 1011001 111

Color Harmonies of #050221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050221

Black with #050221

Text Example


Text Example

White with #050221

Text Example


Text Example

HTML Codes & Css Web 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>