#14110A

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

Shades of Maire #14110A

Tints of Maire #14110A

Color information

#14110A (or 0x14110A) is unknown color: approx Maire. HEX triplet: 14, 11 and 0A. RGB value is (20,17,10). Sum of RGB (Red+Green+Blue) = 20+17+10=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 20 - color contains mainly: red. Hex color #14110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14110A is #EBEEF5. Grayscale: #111111. Windows color (decimal): -15462134 or 659732. OLE color: 659732.

HSL color Cylindrical-coordinate representation of color #14110A: hue angle of 42º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #14110A is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB201710-
CMYK00.150.500.92
HSL42º33.33%5.88%-
HSV(B)42º50%7.84%-
XYZ0.540.570.37-
YUV17.1123.99130.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 42.55%
GREEN value IS 17 (7.03% from 255) = 36.17%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=42.55%
G=36.17%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20171000.150.500.924233.335.88
Hex1411A0F325C2a216
Octal2421120176213452416
Binary10100100011010011111100101011100101010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14110A; }

 p { color: rgb(20,17,10); }

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

<style>
 a { background-color: #14110A; }

 a { background-color: rgb(20,17,10); }

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

<style>
 span { border-color: #14110A; }

 span { border-color: rgb(20,17,10); }

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