#141509

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

Shades of Maire #141509

Tints of Maire #141509

Color information

#141509 (or 0x141509) is unknown color: approx Maire. HEX triplet: 14, 15 and 09. RGB value is (20,21,9). Sum of RGB (Red+Green+Blue) = 20+21+9=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #141509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141509 is #EBEAF6. Grayscale: #131313. Windows color (decimal): -15461111 or 595220. OLE color: 595220.

HSL color Cylindrical-coordinate representation of color #141509: hue angle of 65º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #141509 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.

Color convert

RGB20219-
CMYK0.0500.570.92
HSL65º40%5.88%-
HSV(B)65º57.14%8.24%-
XYZ0.610.70.36-
YUV19.33122.17128.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40%
GREEN value IS 21 (8.59% from 255) = 42%
BLUE value IS 9 (3.91% from 255) = 18%
R=40%
G=42%
B=18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202190.0500.570.9265405.88
Hex1415950395C41286
Octal2425115071134101506
Binary10100101011001101011100110111001000001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141509; }

 p { color: rgb(20,21,9); }

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

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

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

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

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

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

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