Html Css Color HEX #050213 Black Russian

📋 copy color: '#050213'

red 5 ◦ green 2 ◦ blue 19

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

Shades of Black Russian #050213

Tints of Black Russian #050213

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

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

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

RGB 5 2 19 -
CMYK 0.74 0.89 0 0.93
HSL 250.59º 0.81% 0.04% -
HSV(B) 250.59º 0.89% 0.07% -
XYZ 0.2 0.12 0.63 -
YUV 4.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 5 2 19 0.74 0.89 0 0.93 250.59 0.81 0.04
Hex 5 2 13 4A 59 0 5D FB 51 4
Octal 5 2 23 112 131 0 135 373 121 4
Binary 101 10 10011 1001010 1011001 0 1011101 11111011 1010001 100

Color Harmonies of #050213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050213

Black with #050213

Text Example


Text Example

White with #050213

Text Example


Text Example

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