Shades of Ebony #282C34
Tints of Ebony #282C34
RGB
CMYK
RGB Variations
Color information
#282C34 (or 0x282C34) is known color: Ebony. HEX triplet: 28, 2C and 34. RGB value is (40,44,52). Sum of RGB (Red+Green+Blue) = 40+44+52=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 52 - color contains mainly: blue. Hex color #282C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282C34 is #D7D3CB. Grayscale: #2B2B2B. Windows color (decimal): -14144460 or 3419176. OLE color: 3419176.
HSL color Cylindrical-coordinate representation of color #282C34: hue angle of 220º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #282C34 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 40 | 44 | 52 | - |
CMYK | 0.23 | 0.15 | 0 | 0.80 |
HSL | 220º | 0.13% | 0.18% | - |
HSV(B) | 220º | 0.23% | 0.2% | - |
XYZ | 2.4 | 2.5 | 3.61 | - |
YUV | 43.72 | 132.67 | 125.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 44 | 52 | 0.23 | 0.15 | 0 | 0.80 | 220 | 0.13 | 0.18 |
Hex | 28 | 2C | 34 | 17 | F | 0 | 50 | DC | D | 12 |
Octal | 50 | 54 | 64 | 27 | 17 | 0 | 120 | 334 | 15 | 22 |
Binary | 101000 | 101100 | 110100 | 10111 | 1111 | 0 | 1010000 | 11011100 | 1101 | 10010 |
Color Harmonies of #282C34
Complementary color
Monochromatic Colors of #282C34
Black with #282C34
Text Example
Text Example
White with #282C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C34; }
p { color: rgb(40,44,52); }
H1.HeaderClassName
{
color: #282C34;
}
.AnyTagClassName
{
color: #282C34;
}
</style>
background-color css
<style>
a { background-color: #282C34; }
a { background-color: rgb(40,44,52); }
div.DivClassName
{
background-color: #282C34;
}
.BgClassName
{
background-color: #282C34;
}
</style>
border-color css
<style>
span { border-color: #282C34; }
span { border-color: rgb(40,44,52); }
td.TdClassName
{
border-color: #282C34;
}
.TagClassName
{
border-color: #282C34;
}
</style>