#141109

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

Shades of Maire #141109

Tints of Maire #141109

Color information

#141109 (or 0x141109) is unknown color: approx Maire. HEX triplet: 14, 11 and 09. RGB value is (20,17,9). Sum of RGB (Red+Green+Blue) = 20+17+9=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 20 - color contains mainly: red. Hex color #141109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141109 is #EBEEF6. Grayscale: #111111. Windows color (decimal): -15462135 or 594196. OLE color: 594196.

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

Color convert

RGB20179-
CMYK00.150.550.92
HSL43.64º37.93%5.69%-
HSV(B)43.64º55%7.84%-
XYZ0.540.570.34-
YUV16.98123.49130.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 17 (7.03% from 255) = 36.96%
BLUE value IS 9 (3.91% from 255) = 19.57%
R=43.48%
G=36.96%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2017900.150.550.9243.6437.935.69
Hex141190F375C2c266
Octal2421110176713454466
Binary10100100011001011111101111011100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141109; }

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

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

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

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

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

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

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

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