Shades of Maire #2A2823
Tints of Maire #2A2823
RGB
CMYK
RGB Variations
Color information
#2A2823 (or 0x2A2823) is known color: Maire. HEX triplet: 2A, 28 and 23. RGB value is (42,40,35). Sum of RGB (Red+Green+Blue) = 42+40+35=117 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.90% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2823 is #D5D7DC. Grayscale: #282828. Windows color (decimal): -14014429 or 2304042. OLE color: 2304042.
HSL color Cylindrical-coordinate representation of color #2A2823: hue angle of 42.86º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2A2823 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
RGB | 42 | 40 | 35 | - |
CMYK | 0 | 0.05 | 0.17 | 0.84 |
HSL | 42.86º | 0.09% | 0.15% | - |
HSV(B) | 42.86º | 0.17% | 0.16% | - |
XYZ | 2.02 | 2.13 | 1.9 | - |
YUV | 40.03 | 125.16 | 129.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 40 | 35 | 0 | 0.05 | 0.17 | 0.84 | 42.86 | 0.09 | 0.15 |
Hex | 2A | 28 | 23 | 0 | 5 | 11 | 54 | 2B | 9 | F |
Octal | 52 | 50 | 43 | 0 | 5 | 21 | 124 | 53 | 11 | 17 |
Binary | 101010 | 101000 | 100011 | 0 | 101 | 10001 | 1010100 | 101011 | 1001 | 1111 |
Color Harmonies of #2A2823
Complementary color
Monochromatic Colors of #2A2823
Black with #2A2823
Text Example
Text Example
White with #2A2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2823; }
p { color: rgb(42,40,35); }
H1.HeaderClassName
{
color: #2A2823;
}
.AnyTagClassName
{
color: #2A2823;
}
</style>
background-color css
<style>
a { background-color: #2A2823; }
a { background-color: rgb(42,40,35); }
div.DivClassName
{
background-color: #2A2823;
}
.BgClassName
{
background-color: #2A2823;
}
</style>
border-color css
<style>
span { border-color: #2A2823; }
span { border-color: rgb(42,40,35); }
td.TdClassName
{
border-color: #2A2823;
}
.TagClassName
{
border-color: #2A2823;
}
</style>