#14130E

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

Shades of Maire #14130E

Tints of Maire #14130E

Color information

#14130E (or 0x14130E) is unknown color: approx Maire. HEX triplet: 14, 13 and 0E. RGB value is (20,19,14). Sum of RGB (Red+Green+Blue) = 20+19+14=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 20 - color contains mainly: red. Hex color #14130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14130E is #EBECF1. Grayscale: #121212. Windows color (decimal): -15461618 or 922388. OLE color: 922388.

HSL color Cylindrical-coordinate representation of color #14130E: hue angle of 50º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #14130E is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB201914-
CMYK00.050.300.92
HSL50º17.65%6.67%-
HSV(B)50º30%7.84%-
XYZ0.60.650.51-
YUV18.73125.33128.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 19 (7.81% from 255) = 35.85%
BLUE value IS 14 (5.86% from 255) = 26.42%
R=37.74%
G=35.85%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20191400.050.300.925017.656.67
Hex1413E051E5C32127
Octal242316053613462227
Binary10100100111110010111110101110011001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,19,14); }

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

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

 a { background-color: rgb(20,19,14); }

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

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

 span { border-color: rgb(20,19,14); }

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