Shades of Ebony #2A2D36
Tints of Ebony #2A2D36
RGB
CMYK
RGB Variations
Color information
#2A2D36 (or 0x2A2D36) is known color: Ebony. HEX triplet: 2A, 2D and 36. RGB value is (42,45,54). Sum of RGB (Red+Green+Blue) = 42+45+54=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 54 - color contains mainly: blue. Hex color #2A2D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2D36 is #D5D2C9. Grayscale: #2D2D2D. Windows color (decimal): -14013130 or 3550506. OLE color: 3550506.
HSL color Cylindrical-coordinate representation of color #2A2D36: hue angle of 225º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2A2D36 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
RGB | 42 | 45 | 54 | - |
CMYK | 0.22 | 0.17 | 0 | 0.79 |
HSL | 225º | 0.13% | 0.19% | - |
HSV(B) | 225º | 0.22% | 0.21% | - |
XYZ | 2.56 | 2.64 | 3.86 | - |
YUV | 45.13 | 133.01 | 125.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 45 | 54 | 0.22 | 0.17 | 0 | 0.79 | 225 | 0.13 | 0.19 |
Hex | 2A | 2D | 36 | 16 | 11 | 0 | 4F | E1 | C | 13 |
Octal | 52 | 55 | 66 | 26 | 21 | 0 | 117 | 341 | 14 | 23 |
Binary | 101010 | 101101 | 110110 | 10110 | 10001 | 0 | 1001111 | 11100001 | 1100 | 10011 |
Color Harmonies of #2A2D36
Complementary color
Monochromatic Colors of #2A2D36
Black with #2A2D36
Text Example
Text Example
White with #2A2D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D36; }
p { color: rgb(42,45,54); }
H1.HeaderClassName
{
color: #2A2D36;
}
.AnyTagClassName
{
color: #2A2D36;
}
</style>
background-color css
<style>
a { background-color: #2A2D36; }
a { background-color: rgb(42,45,54); }
div.DivClassName
{
background-color: #2A2D36;
}
.BgClassName
{
background-color: #2A2D36;
}
</style>
border-color css
<style>
span { border-color: #2A2D36; }
span { border-color: rgb(42,45,54); }
td.TdClassName
{
border-color: #2A2D36;
}
.TagClassName
{
border-color: #2A2D36;
}
</style>