#14171E

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

Shades of Black Russian #14171E

Tints of Black Russian #14171E

Color information

#14171E (or 0x14171E) is unknown color: approx Black Russian. HEX triplet: 14, 17 and 1E. RGB value is (20,23,30). Sum of RGB (Red+Green+Blue) = 20+23+30=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 30 - color contains mainly: blue. Hex color #14171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14171E is #EBE8E1. Grayscale: #161616. Windows color (decimal): -15460578 or 1971988. OLE color: 1971988.

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

Color convert

RGB202330-
CMYK0.330.2300.88
HSL222º20%9.8%-
HSV(B)222º33.33%11.76%-
XYZ0.830.861.35-
YUV22.9132.01125.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 23 (9.38% from 255) = 31.51%
BLUE value IS 30 (12.11% from 255) = 41.10%
R=27.40%
G=31.51%
B=41.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2023300.330.2300.88222209.8
Hex14171E2117058de14a
Octal242736412701303362412
Binary101001011111110100001101110101100011011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,23,30); }

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

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

 a { background-color: rgb(20,23,30); }

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

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

 span { border-color: rgb(20,23,30); }

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