#16181D

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

Shades of Black Russian #16181D

Tints of Black Russian #16181D

Color information

#16181D (or 0x16181D) is unknown color: approx Black Russian. HEX triplet: 16, 18 and 1D. RGB value is (22,24,29). Sum of RGB (Red+Green+Blue) = 22+24+29=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 29 - color contains mainly: blue. Hex color #16181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16181D is #E9E7E2. Grayscale: #171717. Windows color (decimal): -15329251 or 1906710. OLE color: 1906710.

HSL color Cylindrical-coordinate representation of color #16181D: hue angle of 222.86º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #16181D is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB222429-
CMYK0.240.1700.89
HSL222.86º13.73%10%-
HSV(B)222.86º24.14%11.37%-
XYZ0.880.911.29-
YUV23.97130.84126.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.33%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 29 (11.72% from 255) = 38.67%
R=29.33%
G=32%
B=38.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2224290.240.1700.89222.8613.7310
Hex16181D1811059dfea
Octal263035302101313371612
Binary1011011000111011100010001010110011101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16181D; }

 p { color: rgb(22,24,29); }

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

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

 a { background-color: rgb(22,24,29); }

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

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

 span { border-color: rgb(22,24,29); }

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