Shades of Ebony Clay #2D323E
Tints of Ebony Clay #2D323E
RGB
CMYK
RGB Variations
Color information
#2D323E (or 0x2D323E) is known color: Ebony Clay. HEX triplet: 2D, 32 and 3E. RGB value is (45,50,62). Sum of RGB (Red+Green+Blue) = 45+50+62=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 62 - color contains mainly: blue. Hex color #2D323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D323E is #D2CDC1. Grayscale: #313131. Windows color (decimal): -13815234 or 4076077. OLE color: 4076077.
HSL color Cylindrical-coordinate representation of color #2D323E: hue angle of 222.35º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2D323E is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 45 | 50 | 62 | - |
CMYK | 0.27 | 0.19 | 0 | 0.76 |
HSL | 222.35º | 0.16% | 0.21% | - |
HSV(B) | 222.35º | 0.27% | 0.24% | - |
XYZ | 3.09 | 3.19 | 5.01 | - |
YUV | 49.87 | 134.84 | 124.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 50 | 62 | 0.27 | 0.19 | 0 | 0.76 | 222.35 | 0.16 | 0.21 |
Hex | 2D | 32 | 3E | 1B | 13 | 0 | 4C | DE | 10 | 15 |
Octal | 55 | 62 | 76 | 33 | 23 | 0 | 114 | 336 | 20 | 25 |
Binary | 101101 | 110010 | 111110 | 11011 | 10011 | 0 | 1001100 | 11011110 | 10000 | 10101 |
Color Harmonies of #2D323E
Complementary color
Monochromatic Colors of #2D323E
Black with #2D323E
Text Example
Text Example
White with #2D323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D323E; }
p { color: rgb(45,50,62); }
H1.HeaderClassName
{
color: #2D323E;
}
.AnyTagClassName
{
color: #2D323E;
}
</style>
background-color css
<style>
a { background-color: #2D323E; }
a { background-color: rgb(45,50,62); }
div.DivClassName
{
background-color: #2D323E;
}
.BgClassName
{
background-color: #2D323E;
}
</style>
border-color css
<style>
span { border-color: #2D323E; }
span { border-color: rgb(45,50,62); }
td.TdClassName
{
border-color: #2D323E;
}
.TagClassName
{
border-color: #2D323E;
}
</style>