#141410

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

Shades of Maire #141410

Tints of Maire #141410

Color information

#141410 (or 0x141410) is unknown color: approx Maire. HEX triplet: 14, 14 and 10. RGB value is (20,20,16). Sum of RGB (Red+Green+Blue) = 20+20+16=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 20 - color contains mainly: red, green. Hex color #141410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141410 is #EBEBEF. Grayscale: #131313. Windows color (decimal): -15461360 or 1053716. OLE color: 1053716.

HSL color Cylindrical-coordinate representation of color #141410: hue angle of 60º 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 #141410 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB202016-
CMYK000.200.92
HSL60º11.11%7.06%-
HSV(B)60º20%7.84%-
XYZ0.630.690.59-
YUV19.54126128.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 20 (8.20% from 255) = 35.71%
BLUE value IS 16 (6.64% from 255) = 28.57%
R=35.71%
G=35.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202016000.200.926011.117.06
Hex14141000145C3cb7
Octal242420002413474137
Binary101001010010000001010010111001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141410; }

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

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

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

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

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

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

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

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