#141310

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

Shades of Maire #141310

Tints of Maire #141310

Color information

#141310 (or 0x141310) is unknown color: approx Maire. HEX triplet: 14, 13 and 10. RGB value is (20,19,16). Sum of RGB (Red+Green+Blue) = 20+19+16=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 20 - color contains mainly: red. Hex color #141310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141310 is #EBECEF. Grayscale: #121212. Windows color (decimal): -15461616 or 1053460. OLE color: 1053460.

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

Color convert

RGB201916-
CMYK00.050.200.92
HSL45º11.11%7.06%-
HSV(B)45º20%7.84%-
XYZ0.610.650.58-
YUV18.96126.33128.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 19 (7.81% from 255) = 34.55%
BLUE value IS 16 (6.64% from 255) = 29.09%
R=36.36%
G=34.55%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20191600.050.200.924511.117.06
Hex14131005145C2db7
Octal242320052413455137
Binary10100100111000001011010010111001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141310; }

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

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

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

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

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

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

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

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