#14161F

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

Shades of Black Russian #14161F

Tints of Black Russian #14161F

Color information

#14161F (or 0x14161F) is unknown color: approx Black Russian. HEX triplet: 14, 16 and 1F. RGB value is (20,22,31). Sum of RGB (Red+Green+Blue) = 20+22+31=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 31 - color contains mainly: blue. Hex color #14161F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14161F is #EBE9E0. Grayscale: #161616. Windows color (decimal): -15460833 or 2037268. OLE color: 2037268.

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

Color convert

RGB202231-
CMYK0.350.2900.88
HSL229.09º21.57%10%-
HSV(B)229.09º35.48%12.16%-
XYZ0.820.821.41-
YUV22.43132.84126.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 22 (8.98% from 255) = 30.14%
BLUE value IS 31 (12.5% from 255) = 42.47%
R=27.40%
G=30.14%
B=42.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2022310.350.2900.88229.0921.5710
Hex14161F231D058e516a
Octal242637433501303452612
Binary101001011011111100011111010101100011100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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