Html Css Color HEX #050716 Black Russian

📋 copy color: '#050716'

red 5 ◦ green 7 ◦ blue 22

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

Shades of Black Russian #050716

Tints of Black Russian #050716

RGB

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

 GREEN value IS 7 (3.13% from 255) = 20.59%

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

R = 14.71%
G = 20.59%
B = 64.71%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050716 (or 0x050716) is known color: Black Russian. HEX triplet: 05, 07 and 16. RGB value is (5,7,22). Sum of RGB (Red+Green+Blue) = 5+7+22=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 22 (8.98% from 255 or 64.71% from 34); Max value from RGB is 22 - color contains mainly: blue. Hex color #050716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050716 is #FAF8E9. Grayscale: #080808. Windows color (decimal): -16447722 or 1443589. OLE color: 1443589.

HSL color Cylindrical-coordinate representation of color #050716: hue angle of 232.94º 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 #050716 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 7 22 -
CMYK 0.77 0.68 0 0.91
HSL 232.94º 0.63% 0.05% -
HSV(B) 232.94º 0.77% 0.09% -
XYZ 0.28 0.24 0.79 -
YUV 8.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 5 7 22 0.77 0.68 0 0.91 232.94 0.63 0.05
Hex 5 7 16 4D 44 0 5B E9 3F 5
Octal 5 7 26 115 104 0 133 351 77 5
Binary 101 111 10110 1001101 1000100 0 1011011 11101001 111111 101

Color Harmonies of #050716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050716

Black with #050716

Text Example


Text Example

White with #050716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050716; }

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

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

background-color css

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

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

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

border-color css

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

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

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