#24221A

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

Shades of Maire #24221A

Tints of Maire #24221A

Color information

#24221A (or 0x24221A) is unknown color: approx Maire. HEX triplet: 24, 22 and 1A. RGB value is (36,34,26). Sum of RGB (Red+Green+Blue) = 36+34+26=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 36 - color contains mainly: red. Hex color #24221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24221A is #DBDDE5. Grayscale: #212121. Windows color (decimal): -14409190 or 1712676. OLE color: 1712676.

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

Color convert

RGB363426-
CMYK00.060.280.86
HSL48º16.13%12.16%-
HSV(B)48º27.78%14.12%-
XYZ1.491.591.21-
YUV33.69123.66129.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.5%
GREEN value IS 34 (13.67% from 255) = 35.42%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=37.5%
G=35.42%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36342600.060.280.864816.1312.16
Hex24221A061C563010c
Octal4442320634126602014
Binary100100100010110100110111001010110110000100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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