#131416

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

Shades of Black Russian #131416

Tints of Black Russian #131416

Color information

#131416 (or 0x131416) is unknown color: approx Black Russian. HEX triplet: 13, 14 and 16. RGB value is (19,20,22). Sum of RGB (Red+Green+Blue) = 19+20+22=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 22 - color contains mainly: blue. Hex color #131416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131416 is #ECEBE9. Grayscale: #131313. Windows color (decimal): -15526890 or 1446931. OLE color: 1446931.

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

Color convert

RGB192022-
CMYK0.140.0900.91
HSL220º7.32%8.04%-
HSV(B)220º13.64%8.63%-
XYZ0.660.70.86-
YUV19.93129.17127.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.15%
GREEN value IS 20 (8.20% from 255) = 32.79%
BLUE value IS 22 (8.98% from 255) = 36.07%
R=31.15%
G=32.79%
B=36.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1920220.140.0900.912207.328.04
Hex131416E905Bdc78
Octal23242616110133334710
Binary1001110100101101110100101011011110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131416; }

 p { color: rgb(19,20,22); }

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

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

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

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

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

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

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