#24250C

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

Shades of Maire #24250C

Tints of Maire #24250C

Color information

#24250C (or 0x24250C) is unknown color: approx Maire. HEX triplet: 24, 25 and 0C. RGB value is (36,37,12). Sum of RGB (Red+Green+Blue) = 36+37+12=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #24250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24250C is #DBDAF3. Grayscale: #212121. Windows color (decimal): -14408436 or 795940. OLE color: 795940.

HSL color Cylindrical-coordinate representation of color #24250C: hue angle of 62.4º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24250C is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB363712-
CMYK0.0300.680.85
HSL62.4º51.02%9.61%-
HSV(B)62.4º67.57%14.51%-
XYZ1.461.720.6-
YUV33.85115.67129.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.35%
GREEN value IS 37 (14.84% from 255) = 43.53%
BLUE value IS 12 (5.08% from 255) = 14.12%
R=42.35%
G=43.53%
B=14.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3637120.0300.680.8562.451.029.61
Hex2425C3044553e33a
Octal44451430104125766312
Binary1001001001011100110100010010101011111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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