Shades of Cinder #282A2B
Tints of Cinder #282A2B
RGB
CMYK
RGB Variations
Color information
#282A2B (or 0x282A2B) is known color: Cinder. HEX triplet: 28, 2A and 2B. RGB value is (40,42,43). Sum of RGB (Red+Green+Blue) = 40+42+43=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 43 - color contains mainly: blue. Hex color #282A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282A2B is #D7D5D4. Grayscale: #292929. Windows color (decimal): -14144981 or 2828840. OLE color: 2828840.
HSL color Cylindrical-coordinate representation of color #282A2B: hue angle of 200º degrees, saturation: 0.04, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #282A2B is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 40 | 42 | 43 | - |
CMYK | 0.07 | 0.02 | 0 | 0.83 |
HSL | 200º | 0.04% | 0.16% | - |
HSV(B) | 200º | 0.07% | 0.17% | - |
XYZ | 2.14 | 2.28 | 2.61 | - |
YUV | 41.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 42 | 43 | 0.07 | 0.02 | 0 | 0.83 | 200 | 0.04 | 0.16 |
Hex | 28 | 2A | 2B | 7 | 2 | 0 | 53 | C8 | 4 | 10 |
Octal | 50 | 52 | 53 | 7 | 2 | 0 | 123 | 310 | 4 | 20 |
Binary | 101000 | 101010 | 101011 | 111 | 10 | 0 | 1010011 | 11001000 | 100 | 10000 |
Color Harmonies of #282A2B
Complementary color
Monochromatic Colors of #282A2B
Black with #282A2B
Text Example
Text Example
White with #282A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A2B; }
p { color: rgb(40,42,43); }
H1.HeaderClassName
{
color: #282A2B;
}
.AnyTagClassName
{
color: #282A2B;
}
</style>
background-color css
<style>
a { background-color: #282A2B; }
a { background-color: rgb(40,42,43); }
div.DivClassName
{
background-color: #282A2B;
}
.BgClassName
{
background-color: #282A2B;
}
</style>
border-color css
<style>
span { border-color: #282A2B; }
span { border-color: rgb(40,42,43); }
td.TdClassName
{
border-color: #282A2B;
}
.TagClassName
{
border-color: #282A2B;
}
</style>