#24221C

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

Shades of Maire #24221C

Tints of Maire #24221C

Color information

#24221C (or 0x24221C) is unknown color: approx Maire. HEX triplet: 24, 22 and 1C. RGB value is (36,34,28). Sum of RGB (Red+Green+Blue) = 36+34+28=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 36 - color contains mainly: red. Hex color #24221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24221C is #DBDDE3. Grayscale: #212121. Windows color (decimal): -14409188 or 1843748. OLE color: 1843748.

HSL color Cylindrical-coordinate representation of color #24221C: hue angle of 45º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #24221C is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB363428-
CMYK00.060.220.86
HSL45º12.5%12.55%-
HSV(B)45º22.22%14.12%-
XYZ1.511.61.33-
YUV33.91124.66129.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.73%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 28 (11.33% from 255) = 28.57%
R=36.73%
G=34.69%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36342800.060.220.864512.512.55
Hex24221C0616562ddd
Octal4442340626126551515
Binary10010010001011100011010110101011010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,34,28); }

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

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

 a { background-color: rgb(36,34,28); }

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

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

 span { border-color: rgb(36,34,28); }

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