#14181F

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

Shades of Black Russian #14181F

Tints of Black Russian #14181F

Color information

#14181F (or 0x14181F) is unknown color: approx Black Russian. HEX triplet: 14, 18 and 1F. RGB value is (20,24,31). Sum of RGB (Red+Green+Blue) = 20+24+31=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #14181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14181F is #EBE7E0. Grayscale: #171717. Windows color (decimal): -15460321 or 2037780. OLE color: 2037780.

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

Color convert

RGB202431-
CMYK0.350.2300.88
HSL218.18º21.57%10%-
HSV(B)218.18º35.48%12.16%-
XYZ0.860.91.42-
YUV23.6132.17125.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=26.67%
G=32%
B=41.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2024310.350.2300.88218.1821.5710
Hex14181F2317058da16a
Octal243037432701303322612
Binary101001100011111100011101110101100011011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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