#16181E

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

Shades of Black Russian #16181E

Tints of Black Russian #16181E

Color information

#16181E (or 0x16181E) is unknown color: approx Black Russian. HEX triplet: 16, 18 and 1E. RGB value is (22,24,30). Sum of RGB (Red+Green+Blue) = 22+24+30=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 30 - color contains mainly: blue. Hex color #16181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16181E is #E9E7E1. Grayscale: #181818. Windows color (decimal): -15329250 or 1972246. OLE color: 1972246.

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

Color convert

RGB222430-
CMYK0.270.2000.88
HSL225º15.38%10.2%-
HSV(B)225º26.67%11.76%-
XYZ0.890.921.36-
YUV24.09131.34126.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.95%
GREEN value IS 24 (9.77% from 255) = 31.58%
BLUE value IS 30 (12.11% from 255) = 39.47%
R=28.95%
G=31.58%
B=39.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2224300.270.2000.8822515.3810.2
Hex16181E1B14058e1fa
Octal263036332401303411712
Binary1011011000111101101110100010110001110000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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