#16181F

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

Shades of Black Russian #16181F

Tints of Black Russian #16181F

Color information

#16181F (or 0x16181F) is unknown color: approx Black Russian. HEX triplet: 16, 18 and 1F. RGB value is (22,24,31). Sum of RGB (Red+Green+Blue) = 22+24+31=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 31 - color contains mainly: blue. Hex color #16181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16181F is #E9E7E0. Grayscale: #181818. Windows color (decimal): -15329249 or 2037782. OLE color: 2037782.

HSL color Cylindrical-coordinate representation of color #16181F: hue angle of 226.67º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #16181F is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB222431-
CMYK0.290.2300.88
HSL226.67º16.98%10.39%-
HSV(B)226.67º29.03%12.16%-
XYZ0.90.921.43-
YUV24.2131.84126.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.57%
GREEN value IS 24 (9.77% from 255) = 31.17%
BLUE value IS 31 (12.5% from 255) = 40.26%
R=28.57%
G=31.17%
B=40.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2224310.290.2300.88226.6716.9810.39
Hex16181F1D17058e311a
Octal263037352701303432112
Binary10110110001111111101101110101100011100011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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