#14130F

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

Shades of Maire #14130F

Tints of Maire #14130F

Color information

#14130F (or 0x14130F) is unknown color: approx Maire. HEX triplet: 14, 13 and 0F. RGB value is (20,19,15). Sum of RGB (Red+Green+Blue) = 20+19+15=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 20 - color contains mainly: red. Hex color #14130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14130F is #EBECF0. Grayscale: #121212. Windows color (decimal): -15461617 or 987924. OLE color: 987924.

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

Color convert

RGB201915-
CMYK00.050.250.92
HSL48º14.29%6.86%-
HSV(B)48º25%7.84%-
XYZ0.610.650.55-
YUV18.84125.83128.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 15 (6.25% from 255) = 27.78%
R=37.04%
G=35.19%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20191500.050.250.924814.296.86
Hex1413F05195C30e7
Octal242317053113460167
Binary1010010011111101011100110111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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