#242012

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

Shades of Maire #242012

Tints of Maire #242012

Color information

#242012 (or 0x242012) is unknown color: approx Maire. HEX triplet: 24, 20 and 12. RGB value is (36,32,18). Sum of RGB (Red+Green+Blue) = 36+32+18=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 36 - color contains mainly: red. Hex color #242012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242012 is #DBDFED. Grayscale: #1F1F1F. Windows color (decimal): -14409710 or 1187876. OLE color: 1187876.

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

Color convert

RGB363218-
CMYK00.110.50.86
HSL46.67º33.33%10.59%-
HSV(B)46.67º50%14.12%-
XYZ1.351.450.78-
YUV31.6120.33131.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.86%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=41.86%
G=37.21%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36321800.110.50.8646.6733.3310.59
Hex2420120B32562f21b
Octal44402201362126574113
Binary100100100000100100101111001010101101011111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242012; }

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

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

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

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

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

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

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

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