Html Css Color HEX #050211 Black Russian

📋 copy color: '#050211'

red 5 ◦ green 2 ◦ blue 17

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

Shades of Black Russian #050211

Tints of Black Russian #050211

RGB

 RED value IS 5 (2.34% from 255) = 20.83%

 GREEN value IS 2 (1.17% from 255) = 8.33%

 BLUE value IS 17 (7.03% from 255) = 70.83%

R = 20.83%
G = 8.33%
B = 70.83%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050211 (or 0x050211) is known color: Black Russian. HEX triplet: 05, 02 and 11. RGB value is (5,2,17). Sum of RGB (Red+Green+Blue) = 5+2+17=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 17 (7.03% from 255 or 70.83% from 24); Max value from RGB is 17 - color contains mainly: blue. Hex color #050211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050211 is #FAFDEE. Grayscale: #040404. Windows color (decimal): -16449007 or 1114629. OLE color: 1114629.

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

Color convert

RGB 5 2 17 -
CMYK 0.71 0.88 0 0.93
HSL 252º 0.79% 0.04% -
HSV(B) 252º 0.88% 0.07% -
XYZ 0.19 0.12 0.54 -
YUV 4.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 5 2 17 0.71 0.88 0 0.93 252 0.79 0.04
Hex 5 2 11 47 58 0 5D FC 4F 4
Octal 5 2 21 107 130 0 135 374 117 4
Binary 101 10 10001 1000111 1011000 0 1011101 11111100 1001111 100

Color Harmonies of #050211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050211

Black with #050211

Text Example


Text Example

White with #050211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050211; }

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

 H1.HeaderClassName
 {
   color: #050211;
 }
 .AnyTagClassName
 {
   color: #050211;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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