#141009

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

Shades of Maire #141009

Tints of Maire #141009

Color information

#141009 (or 0x141009) is unknown color: approx Maire. HEX triplet: 14, 10 and 09. RGB value is (20,16,9). Sum of RGB (Red+Green+Blue) = 20+16+9=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 20 - color contains mainly: red. Hex color #141009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141009 is #EBEFF6. Grayscale: #101010. Windows color (decimal): -15462391 or 593940. OLE color: 593940.

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

Color convert

RGB20169-
CMYK00.200.550.92
HSL38.18º37.93%5.69%-
HSV(B)38.18º55%7.84%-
XYZ0.520.540.33-
YUV16.4123.83130.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 44.44%
GREEN value IS 16 (6.64% from 255) = 35.56%
BLUE value IS 9 (3.91% from 255) = 20%
R=44.44%
G=35.56%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2016900.200.550.9238.1837.935.69
Hex14109014375C26266
Octal2420110246713446466
Binary101001000010010101001101111011100100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141009; }

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

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

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

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

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

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

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

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