#241E10

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

Shades of Maire #241E10

Tints of Maire #241E10

Color information

#241E10 (or 0x241E10) is unknown color: approx Maire. HEX triplet: 24, 1E and 10. RGB value is (36,30,16). Sum of RGB (Red+Green+Blue) = 36+30+16=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #241E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241E10 is #DBE1EF. Grayscale: #1E1E1E. Windows color (decimal): -14410224 or 1056292. OLE color: 1056292.

HSL color Cylindrical-coordinate representation of color #241E10: hue angle of 42º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241E10 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB363016-
CMYK00.170.560.86
HSL42º38.46%10.2%-
HSV(B)42º55.56%14.12%-
XYZ1.291.340.68-
YUV30.2119.99132.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.90%
GREEN value IS 30 (12.11% from 255) = 36.59%
BLUE value IS 16 (6.64% from 255) = 19.51%
R=43.90%
G=36.59%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36301600.170.560.864238.4610.2
Hex241E1001138562a26a
Octal44362002170126524612
Binary100100111101000001000111100010101101010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241E10; }

 p { color: rgb(36,30,16); }

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

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

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

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

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

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

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