#241E0F

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

Shades of Maire #241E0F

Tints of Maire #241E0F

Color information

#241E0F (or 0x241E0F) is unknown color: approx Maire. HEX triplet: 24, 1E and 0F. RGB value is (36,30,15). Sum of RGB (Red+Green+Blue) = 36+30+15=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #241E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241E0F is #DBE1F0. Grayscale: #1E1E1E. Windows color (decimal): -14410225 or 990756. OLE color: 990756.

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

Color convert

RGB363015-
CMYK00.170.580.86
HSL42.86º41.18%10%-
HSV(B)42.86º58.33%14.12%-
XYZ1.281.340.64-
YUV30.08119.49132.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 44.44%
GREEN value IS 30 (12.11% from 255) = 37.04%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=44.44%
G=37.04%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36301500.170.580.8642.8641.1810
Hex241EF0113A562b29a
Octal44361702172126535112
Binary10010011110111101000111101010101101010111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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