#14161B

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

Shades of Black Russian #14161B

Tints of Black Russian #14161B

Color information

#14161B (or 0x14161B) is unknown color: approx Black Russian. HEX triplet: 14, 16 and 1B. RGB value is (20,22,27). Sum of RGB (Red+Green+Blue) = 20+22+27=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 27 - color contains mainly: blue. Hex color #14161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14161B is #EBE9E4. Grayscale: #151515. Windows color (decimal): -15460837 or 1775124. OLE color: 1775124.

HSL color Cylindrical-coordinate representation of color #14161B: hue angle of 222.86º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #14161B is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB202227-
CMYK0.260.1900.89
HSL222.86º14.89%9.22%-
HSV(B)222.86º25.93%10.59%-
XYZ0.770.81.15-
YUV21.97130.84126.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.99%
GREEN value IS 22 (8.98% from 255) = 31.88%
BLUE value IS 27 (10.94% from 255) = 39.13%
R=28.99%
G=31.88%
B=39.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2022270.260.1900.89222.8614.899.22
Hex14161B1A13059dff9
Octal242633322301313371711
Binary1010010110110111101010011010110011101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14161B; }

 p { color: rgb(20,22,27); }

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

<style>
 a { background-color: #14161B; }

 a { background-color: rgb(20,22,27); }

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

<style>
 span { border-color: #14161B; }

 span { border-color: rgb(20,22,27); }

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