Shades of Ebony #282B32
Tints of Ebony #282B32
RGB
CMYK
RGB Variations
Color information
#282B32 (or 0x282B32) is known color: Ebony. HEX triplet: 28, 2B and 32. RGB value is (40,43,50). Sum of RGB (Red+Green+Blue) = 40+43+50=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 50 - color contains mainly: blue. Hex color #282B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282B32 is #D7D4CD. Grayscale: #2A2A2A. Windows color (decimal): -14144718 or 3287848. OLE color: 3287848.
HSL color Cylindrical-coordinate representation of color #282B32: hue angle of 222º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #282B32 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 43 | 50 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.80 |
| HSL | 222º | 0.11% | 0.18% | - |
| HSV(B) | 222º | 0.2% | 0.2% | - |
| XYZ | 2.31 | 2.41 | 3.36 | - |
| YUV | 42.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 50 | 0.20 | 0.14 | 0 | 0.80 | 222 | 0.11 | 0.18 |
| Hex | 28 | 2B | 32 | 14 | E | 0 | 50 | DE | B | 12 |
| Octal | 50 | 53 | 62 | 24 | 16 | 0 | 120 | 336 | 13 | 22 |
| Binary | 101000 | 101011 | 110010 | 10100 | 1110 | 0 | 1010000 | 11011110 | 1011 | 10010 |
Color Harmonies of #282B32
Complementary color
Monochromatic Colors of #282B32
Black with #282B32
Text Example
Text Example
White with #282B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B32; }
p { color: rgb(40,43,50); }
H1.HeaderClassName
{
color: #282B32;
}
.AnyTagClassName
{
color: #282B32;
}
</style>
background-color css
<style>
a { background-color: #282B32; }
a { background-color: rgb(40,43,50); }
div.DivClassName
{
background-color: #282B32;
}
.BgClassName
{
background-color: #282B32;
}
</style>
border-color css
<style>
span { border-color: #282B32; }
span { border-color: rgb(40,43,50); }
td.TdClassName
{
border-color: #282B32;
}
.TagClassName
{
border-color: #282B32;
}
</style>