Html Css Color HEX #050516 Black Russian

📋 copy color: '#050516'

red 5 ◦ green 5 ◦ blue 22

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

Shades of Black Russian #050516

Tints of Black Russian #050516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 15.63%

 BLUE value IS 22 (8.98% from 255) = 68.75%

R = 15.63%
G = 15.63%
B = 68.75%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050516 (or 0x050516) is known color: Black Russian. HEX triplet: 05, 05 and 16. RGB value is (5,5,22). Sum of RGB (Red+Green+Blue) = 5+5+22=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 22 (8.98% from 255 or 68.75% from 32); Max value from RGB is 22 - color contains mainly: blue. Hex color #050516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050516 is #FAFAE9. Grayscale: #060606. Windows color (decimal): -16448234 or 1443077. OLE color: 1443077.

HSL color Cylindrical-coordinate representation of color #050516: hue angle of 240º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #050516 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 5 22 -
CMYK 0.77 0.77 0 0.91
HSL 240º 0.63% 0.05% -
HSV(B) 240º 0.77% 0.09% -
XYZ 0.26 0.2 0.78 -
YUV 6.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 5 5 22 0.77 0.77 0 0.91 240 0.63 0.05
Hex 5 5 16 4D 4D 0 5B F0 3F 5
Octal 5 5 26 115 115 0 133 360 77 5
Binary 101 101 10110 1001101 1001101 0 1011011 11110000 111111 101

Color Harmonies of #050516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050516

Black with #050516

Text Example


Text Example

White with #050516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050516; }

 p { color: rgb(5,5,22); }

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

background-color css

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

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

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

border-color css

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

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

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