Html Css Color HEX #050816 Black Russian

📋 copy color: '#050816'

red 5 ◦ green 8 ◦ blue 22

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

Shades of Black Russian #050816

Tints of Black Russian #050816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 22.86%

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

R = 14.29%
G = 22.86%
B = 62.86%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050816 (or 0x050816) is known color: Black Russian. HEX triplet: 05, 08 and 16. RGB value is (5,8,22). Sum of RGB (Red+Green+Blue) = 5+8+22=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 22 (8.98% from 255 or 62.86% from 35); Max value from RGB is 22 - color contains mainly: blue. Hex color #050816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050816 is #FAF7E9. Grayscale: #080808. Windows color (decimal): -16447466 or 1443845. OLE color: 1443845.

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

Color convert

RGB 5 8 22 -
CMYK 0.77 0.64 0 0.91
HSL 229.41º 0.63% 0.05% -
HSV(B) 229.41º 0.77% 0.09% -
XYZ 0.29 0.26 0.79 -
YUV 8.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 5 8 22 0.77 0.64 0 0.91 229.41 0.63 0.05
Hex 5 8 16 4D 40 0 5B E5 3F 5
Octal 5 10 26 115 100 0 133 345 77 5
Binary 101 1000 10110 1001101 1000000 0 1011011 11100101 111111 101

Color Harmonies of #050816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050816

Black with #050816

Text Example


Text Example

White with #050816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050816; }

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

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

background-color css

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

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

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

border-color css

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

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

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