#24200C

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

Shades of Maire #24200C

Tints of Maire #24200C

Color information

#24200C (or 0x24200C) is unknown color: approx Maire. HEX triplet: 24, 20 and 0C. RGB value is (36,32,12). Sum of RGB (Red+Green+Blue) = 36+32+12=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 36 - color contains mainly: red. Hex color #24200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24200C is #DBDFF3. Grayscale: #1F1F1F. Windows color (decimal): -14409716 or 794660. OLE color: 794660.

HSL color Cylindrical-coordinate representation of color #24200C: hue angle of 50º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24200C is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB363212-
CMYK00.110.670.86
HSL50º50%9.41%-
HSV(B)50º66.67%14.12%-
XYZ1.311.430.56-
YUV30.92117.33131.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45%
GREEN value IS 32 (12.89% from 255) = 40%
BLUE value IS 12 (5.08% from 255) = 15%
R=45%
G=40%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36321200.110.670.8650509.41
Hex2420C0B435632329
Octal444014013103126626211
Binary100100100000110001011100001110101101100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24200C; }

 p { color: rgb(36,32,12); }

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

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

 a { background-color: rgb(36,32,12); }

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

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

 span { border-color: rgb(36,32,12); }

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