Html Css Color HEX #050116 Black Russian

📋 copy color: '#050116'

red 5 ◦ green 1 ◦ blue 22

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

Shades of Black Russian #050116

Tints of Black Russian #050116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.57%

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

R = 17.86%
G = 3.57%
B = 78.57%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050116 (or 0x050116) is known color: Black Russian. HEX triplet: 05, 01 and 16. RGB value is (5,1,22). Sum of RGB (Red+Green+Blue) = 5+1+22=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 22 (8.98% from 255 or 78.57% from 28); Max value from RGB is 22 - color contains mainly: blue. Hex color #050116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050116 is #FAFEE9. Grayscale: #040404. Windows color (decimal): -16449258 or 1442053. OLE color: 1442053.

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

Color convert

RGB 5 1 22 -
CMYK 0.77 0.95 0 0.91
HSL 251.43º 0.91% 0.05% -
HSV(B) 251.43º 0.95% 0.09% -
XYZ 0.22 0.11 0.77 -
YUV 4.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 5 1 22 0.77 0.95 0 0.91 251.43 0.91 0.05
Hex 5 1 16 4D 5F 0 5B FB 5B 5
Octal 5 1 26 115 137 0 133 373 133 5
Binary 101 1 10110 1001101 1011111 0 1011011 11111011 1011011 101

Color Harmonies of #050116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050116

Black with #050116

Text Example


Text Example

White with #050116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050116; }

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

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

background-color css

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

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

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

border-color css

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

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

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