#141409

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

Shades of Maire #141409

Tints of Maire #141409

Color information

#141409 (or 0x141409) is unknown color: approx Maire. HEX triplet: 14, 14 and 09. RGB value is (20,20,9). Sum of RGB (Red+Green+Blue) = 20+20+9=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 20 - color contains mainly: red, green. Hex color #141409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141409 is #EBEBF6. Grayscale: #121212. Windows color (decimal): -15461367 or 594964. OLE color: 594964.

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

Color convert

RGB20209-
CMYK000.550.92
HSL60º37.93%5.69%-
HSV(B)60º55%7.84%-
XYZ0.590.670.36-
YUV18.75122.5128.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 20 (8.20% from 255) = 40.82%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=40.82%
G=40.82%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20209000.550.926037.935.69
Hex1414900375C3c266
Octal242411006713474466
Binary10100101001001001101111011100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141409; }

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

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

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

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

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

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

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

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