Shades of Cinder #23282C
Tints of Cinder #23282C
RGB
CMYK
RGB Variations
Color information
#23282C (or 0x23282C) is known color: Cinder. HEX triplet: 23, 28 and 2C. RGB value is (35,40,44). Sum of RGB (Red+Green+Blue) = 35+40+44=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 44 - color contains mainly: blue. Hex color #23282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23282C is #DCD7D3. Grayscale: #262626. Windows color (decimal): -14473172 or 2893859. OLE color: 2893859.
HSL color Cylindrical-coordinate representation of color #23282C: hue angle of 206.67º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #23282C is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 40 | 44 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.83 |
| HSL | 206.67º | 0.11% | 0.15% | - |
| HSV(B) | 206.67º | 0.2% | 0.17% | - |
| XYZ | 1.91 | 2.06 | 2.68 | - |
| YUV | 38.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 44 | 0.20 | 0.09 | 0 | 0.83 | 206.67 | 0.11 | 0.15 |
| Hex | 23 | 28 | 2C | 14 | 9 | 0 | 53 | CF | B | F |
| Octal | 43 | 50 | 54 | 24 | 11 | 0 | 123 | 317 | 13 | 17 |
| Binary | 100011 | 101000 | 101100 | 10100 | 1001 | 0 | 1010011 | 11001111 | 1011 | 1111 |
Color Harmonies of #23282C
Complementary color
Monochromatic Colors of #23282C
Black with #23282C
Text Example
Text Example
White with #23282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23282C; }
p { color: rgb(35,40,44); }
H1.HeaderClassName
{
color: #23282C;
}
.AnyTagClassName
{
color: #23282C;
}
</style>
background-color css
<style>
a { background-color: #23282C; }
a { background-color: rgb(35,40,44); }
div.DivClassName
{
background-color: #23282C;
}
.BgClassName
{
background-color: #23282C;
}
</style>
border-color css
<style>
span { border-color: #23282C; }
span { border-color: rgb(35,40,44); }
td.TdClassName
{
border-color: #23282C;
}
.TagClassName
{
border-color: #23282C;
}
</style>