#241D0E

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

Shades of Maire #241D0E

Tints of Maire #241D0E

Color information

#241D0E (or 0x241D0E) is unknown color: approx Maire. HEX triplet: 24, 1D and 0E. RGB value is (36,29,14). Sum of RGB (Red+Green+Blue) = 36+29+14=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #241D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D0E is #DBE2F1. Grayscale: #1D1D1D. Windows color (decimal): -14410482 or 924964. OLE color: 924964.

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

Color convert

RGB362914-
CMYK00.190.610.86
HSL40.91º44%9.8%-
HSV(B)40.91º61.11%14.12%-
XYZ1.251.290.6-
YUV29.38119.32132.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45.57%
GREEN value IS 29 (11.72% from 255) = 36.71%
BLUE value IS 14 (5.86% from 255) = 17.72%
R=45.57%
G=36.71%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36291400.190.610.8640.91449.8
Hex241DE0133D56292ca
Octal44351602375126515412
Binary10010011101111001001111110110101101010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,29,14); }

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

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

 a { background-color: rgb(36,29,14); }

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

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

 span { border-color: rgb(36,29,14); }

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