#24200A

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

Shades of Maire #24200A

Tints of Maire #24200A

Color information

#24200A (or 0x24200A) is unknown color: approx Maire. HEX triplet: 24, 20 and 0A. RGB value is (36,32,10). Sum of RGB (Red+Green+Blue) = 36+32+10=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #24200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24200A is #DBDFF5. Grayscale: #1E1E1E. Windows color (decimal): -14409718 or 663588. OLE color: 663588.

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

Color convert

RGB363210-
CMYK00.110.720.86
HSL50.77º56.52%9.02%-
HSV(B)50.77º72.22%14.12%-
XYZ1.31.430.49-
YUV30.69116.33131.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.15%
GREEN value IS 32 (12.89% from 255) = 41.03%
BLUE value IS 10 (4.30% from 255) = 12.82%
R=46.15%
G=41.03%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36321000.110.720.8650.7756.529.02
Hex2420A0B485633399
Octal444012013110126637111
Binary100100100000101001011100100010101101100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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