Shades of Ebony Clay #32343B
Tints of Ebony Clay #32343B
RGB
CMYK
RGB Variations
Color information
#32343B (or 0x32343B) is known color: Ebony Clay. HEX triplet: 32, 34 and 3B. RGB value is (50,52,59). Sum of RGB (Red+Green+Blue) = 50+52+59=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 59 - color contains mainly: blue. Hex color #32343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32343B is #CDCBC4. Grayscale: #343434. Windows color (decimal): -13487045 or 3879986. OLE color: 3879986.
HSL color Cylindrical-coordinate representation of color #32343B: hue angle of 226.67º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #32343B is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 52 | 59 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.77 |
| HSL | 226.67º | 0.08% | 0.21% | - |
| HSV(B) | 226.67º | 0.15% | 0.23% | - |
| XYZ | 3.33 | 3.45 | 4.63 | - |
| YUV | 52.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 59 | 0.15 | 0.12 | 0 | 0.77 | 226.67 | 0.08 | 0.21 |
| Hex | 32 | 34 | 3B | F | C | 0 | 4D | E3 | 8 | 15 |
| Octal | 62 | 64 | 73 | 17 | 14 | 0 | 115 | 343 | 10 | 25 |
| Binary | 110010 | 110100 | 111011 | 1111 | 1100 | 0 | 1001101 | 11100011 | 1000 | 10101 |
Color Harmonies of #32343B
Complementary color
Monochromatic Colors of #32343B
Black with #32343B
Text Example
Text Example
White with #32343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32343B; }
p { color: rgb(50,52,59); }
H1.HeaderClassName
{
color: #32343B;
}
.AnyTagClassName
{
color: #32343B;
}
</style>
background-color css
<style>
a { background-color: #32343B; }
a { background-color: rgb(50,52,59); }
div.DivClassName
{
background-color: #32343B;
}
.BgClassName
{
background-color: #32343B;
}
</style>
border-color css
<style>
span { border-color: #32343B; }
span { border-color: rgb(50,52,59); }
td.TdClassName
{
border-color: #32343B;
}
.TagClassName
{
border-color: #32343B;
}
</style>