#14120D

Color #14120D Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #14120D

Tints of Maire #14120D

Color information

#14120D (or 0x14120D) is unknown color: approx Maire. HEX triplet: 14, 12 and 0D. RGB value is (20,18,13). Sum of RGB (Red+Green+Blue) = 20+18+13=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 20 - color contains mainly: red. Hex color #14120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14120D is #EBEDF2. Grayscale: #121212. Windows color (decimal): -15461875 or 856596. OLE color: 856596.

HSL color Cylindrical-coordinate representation of color #14120D: hue angle of 42.86º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #14120D is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB201813-
CMYK00.100.350.92
HSL42.86º21.21%6.47%-
HSV(B)42.86º35%7.84%-
XYZ0.580.610.47-
YUV18.03125.16129.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 18 (7.42% from 255) = 35.29%
BLUE value IS 13 (5.47% from 255) = 25.49%
R=39.22%
G=35.29%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20181300.100.350.9242.8621.216.47
Hex1412D0A235C2b156
Octal2422150124313453256
Binary1010010010110101010100011101110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14120D; }

 p { color: rgb(20,18,13); }

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

<style>
 a { background-color: #14120D; }

 a { background-color: rgb(20,18,13); }

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

<style>
 span { border-color: #14120D; }

 span { border-color: rgb(20,18,13); }

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