#241D0F

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

Shades of Maire #241D0F

Tints of Maire #241D0F

Color information

#241D0F (or 0x241D0F) is unknown color: approx Maire. HEX triplet: 24, 1D and 0F. RGB value is (36,29,15). Sum of RGB (Red+Green+Blue) = 36+29+15=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 36 - color contains mainly: red. Hex color #241D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D0F is #DBE2F0. Grayscale: #1D1D1D. Windows color (decimal): -14410481 or 990500. OLE color: 990500.

HSL color Cylindrical-coordinate representation of color #241D0F: hue angle of 40º 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 #241D0F is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB362915-
CMYK00.190.580.86
HSL40º41.18%10%-
HSV(B)40º58.33%14.12%-
XYZ1.251.290.63-
YUV29.5119.82132.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45%
GREEN value IS 29 (11.72% from 255) = 36.25%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=45%
G=36.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36291500.190.580.864041.1810
Hex241DF0133A562829a
Octal44351702372126505112
Binary10010011101111101001111101010101101010001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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