#050916

Color #050916 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #050916

Tints of Black Russian #050916

Color information

#050916 (or 0x050916) is unknown color: approx Black Russian. HEX triplet: 05, 09 and 16. RGB value is (5,9,22). Sum of RGB (Red+Green+Blue) = 5+9+22=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 22 (8.98% from 255 or 61.11% from 36); Max value from RGB is 22 - color contains mainly: blue. Hex color #050916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050916 is #FAF6E9. Grayscale: #090909. Windows color (decimal): -16447210 or 1444101. OLE color: 1444101.

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

Color convert

RGB5922-
CMYK0.770.5900.91
HSL225.88º62.96%5.29%-
HSV(B)225.88º77.27%8.63%-
XYZ0.310.290.8-
YUV9.29135.17124.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.89%
GREEN value IS 9 (3.91% from 255) = 25%
BLUE value IS 22 (8.98% from 255) = 61.11%
R=13.89%
G=25%
B=61.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal59220.770.5900.91225.8862.965.29
Hex59164D3B05Be23f5
Octal51126115730133342775
Binary10110011011010011011110110101101111100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050916; }

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

 H1.HeaderClassName
 {
   color: #050916;
 }
 .AnyTagClassName
 {
   color: #050916;
 }
</style>
background-color css

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

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

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

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

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

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