Shades of Ebony #2A303D
Tints of Ebony #2A303D
RGB
CMYK
RGB Variations
Color information
#2A303D (or 0x2A303D) is known color: Ebony. HEX triplet: 2A, 30 and 3D. RGB value is (42,48,61). Sum of RGB (Red+Green+Blue) = 42+48+61=151 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.81% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A303D is #D5CFC2. Grayscale: #2F2F2F. Windows color (decimal): -14012355 or 4010026. OLE color: 4010026.
HSL color Cylindrical-coordinate representation of color #2A303D: hue angle of 221.05º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2A303D is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 48 | 61 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.76 |
| HSL | 221.05º | 0.18% | 0.2% | - |
| HSV(B) | 221.05º | 0.31% | 0.24% | - |
| XYZ | 2.85 | 2.94 | 4.83 | - |
| YUV | 47.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 61 | 0.31 | 0.21 | 0 | 0.76 | 221.05 | 0.18 | 0.2 |
| Hex | 2A | 30 | 3D | 1F | 15 | 0 | 4C | DD | 12 | 14 |
| Octal | 52 | 60 | 75 | 37 | 25 | 0 | 114 | 335 | 22 | 24 |
| Binary | 101010 | 110000 | 111101 | 11111 | 10101 | 0 | 1001100 | 11011101 | 10010 | 10100 |
Color Harmonies of #2A303D
Complementary color
Monochromatic Colors of #2A303D
Black with #2A303D
Text Example
Text Example
White with #2A303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A303D; }
p { color: rgb(42,48,61); }
H1.HeaderClassName
{
color: #2A303D;
}
.AnyTagClassName
{
color: #2A303D;
}
</style>
background-color css
<style>
a { background-color: #2A303D; }
a { background-color: rgb(42,48,61); }
div.DivClassName
{
background-color: #2A303D;
}
.BgClassName
{
background-color: #2A303D;
}
</style>
border-color css
<style>
span { border-color: #2A303D; }
span { border-color: rgb(42,48,61); }
td.TdClassName
{
border-color: #2A303D;
}
.TagClassName
{
border-color: #2A303D;
}
</style>