#16191F

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

Shades of Black Russian #16191F

Tints of Black Russian #16191F

Color information

#16191F (or 0x16191F) is unknown color: approx Black Russian. HEX triplet: 16, 19 and 1F. RGB value is (22,25,31). Sum of RGB (Red+Green+Blue) = 22+25+31=78 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.21% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #16191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16191F is #E9E6E0. Grayscale: #181818. Windows color (decimal): -15328993 or 2038038. OLE color: 2038038.

HSL color Cylindrical-coordinate representation of color #16191F: hue angle of 220º 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 #16191F is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB222531-
CMYK0.290.1900.88
HSL220º16.98%10.39%-
HSV(B)220º29.03%12.16%-
XYZ0.930.961.43-
YUV24.79131.51126.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.21%
GREEN value IS 25 (10.16% from 255) = 32.05%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=28.21%
G=32.05%
B=39.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2225310.290.1900.8822016.9810.39
Hex16191F1D13058dc11a
Octal263137352301303342112
Binary10110110011111111101100110101100011011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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