Shades of Ebony Clay #2D343C
Tints of Ebony Clay #2D343C
RGB
CMYK
RGB Variations
Color information
#2D343C (or 0x2D343C) is known color: Ebony Clay. HEX triplet: 2D, 34 and 3C. RGB value is (45,52,60). Sum of RGB (Red+Green+Blue) = 45+52+60=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 60 - color contains mainly: blue. Hex color #2D343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D343C is #D2CBC3. Grayscale: #323232. Windows color (decimal): -13814724 or 3945517. OLE color: 3945517.
HSL color Cylindrical-coordinate representation of color #2D343C: hue angle of 212º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2D343C is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 52 | 60 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.76 |
| HSL | 212º | 0.14% | 0.21% | - |
| HSV(B) | 212º | 0.25% | 0.24% | - |
| XYZ | 3.13 | 3.34 | 4.75 | - |
| YUV | 50.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 60 | 0.25 | 0.13 | 0 | 0.76 | 212 | 0.14 | 0.21 |
| Hex | 2D | 34 | 3C | 19 | D | 0 | 4C | D4 | E | 15 |
| Octal | 55 | 64 | 74 | 31 | 15 | 0 | 114 | 324 | 16 | 25 |
| Binary | 101101 | 110100 | 111100 | 11001 | 1101 | 0 | 1001100 | 11010100 | 1110 | 10101 |
Color Harmonies of #2D343C
Complementary color
Monochromatic Colors of #2D343C
Black with #2D343C
Text Example
Text Example
White with #2D343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D343C; }
p { color: rgb(45,52,60); }
H1.HeaderClassName
{
color: #2D343C;
}
.AnyTagClassName
{
color: #2D343C;
}
</style>
background-color css
<style>
a { background-color: #2D343C; }
a { background-color: rgb(45,52,60); }
div.DivClassName
{
background-color: #2D343C;
}
.BgClassName
{
background-color: #2D343C;
}
</style>
border-color css
<style>
span { border-color: #2D343C; }
span { border-color: rgb(45,52,60); }
td.TdClassName
{
border-color: #2D343C;
}
.TagClassName
{
border-color: #2D343C;
}
</style>