#16181C

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

Shades of Black Russian #16181C

Tints of Black Russian #16181C

Color information

#16181C (or 0x16181C) is unknown color: approx Black Russian. HEX triplet: 16, 18 and 1C. RGB value is (22,24,28). Sum of RGB (Red+Green+Blue) = 22+24+28=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 28 - color contains mainly: blue. Hex color #16181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16181C is #E9E7E3. Grayscale: #171717. Windows color (decimal): -15329252 or 1841174. OLE color: 1841174.

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

Color convert

RGB222428-
CMYK0.210.1400.89
HSL220º12%9.8%-
HSV(B)220º21.43%10.98%-
XYZ0.870.911.23-
YUV23.86130.34126.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.73%
GREEN value IS 24 (9.77% from 255) = 32.43%
BLUE value IS 28 (11.33% from 255) = 37.84%
R=29.73%
G=32.43%
B=37.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2224280.210.1400.89220129.8
Hex16181C15E059dcca
Octal263034251601313341412
Binary101101100011100101011110010110011101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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