#2A240D

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

Shades of Maire #2A240D

Tints of Maire #2A240D

Color information

#2A240D (or 0x2A240D) is unknown color: approx Maire. HEX triplet: 2A, 24 and 0D. RGB value is (42,36,13). Sum of RGB (Red+Green+Blue) = 42+36+13=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 42 - color contains mainly: red. Hex color #2A240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A240D is #D5DBF2. Grayscale: #232323. Windows color (decimal): -14015475 or 861226. OLE color: 861226.

HSL color Cylindrical-coordinate representation of color #2A240D: hue angle of 47.59º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A240D is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.84.

Color convert

RGB423613-
CMYK00.140.690.84
HSL47.59º52.73%10.78%-
HSV(B)47.59º69.05%16.47%-
XYZ1.661.780.64-
YUV35.17115.49132.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 46.15%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 13 (5.47% from 255) = 14.29%
R=46.15%
G=39.56%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42361300.140.690.8447.5952.7310.78
Hex2A24D0E45543035b
Octal524415016105124606513
Binary101010100100110101110100010110101001100001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A240D; }

 p { color: rgb(42,36,13); }

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

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

 a { background-color: rgb(42,36,13); }

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

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

 span { border-color: rgb(42,36,13); }

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