Shades of Cinder #23282B
Tints of Cinder #23282B
RGB
CMYK
RGB Variations
Color information
#23282B (or 0x23282B) is known color: Cinder. HEX triplet: 23, 28 and 2B. RGB value is (35,40,43). Sum of RGB (Red+Green+Blue) = 35+40+43=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 43 - color contains mainly: blue. Hex color #23282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23282B is #DCD7D4. Grayscale: #262626. Windows color (decimal): -14473173 or 2828323. OLE color: 2828323.
HSL color Cylindrical-coordinate representation of color #23282B: hue angle of 202.5º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #23282B is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 40 | 43 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.83 |
| HSL | 202.5º | 0.1% | 0.15% | - |
| HSV(B) | 202.5º | 0.19% | 0.17% | - |
| XYZ | 1.89 | 2.05 | 2.58 | - |
| YUV | 38.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 43 | 0.19 | 0.07 | 0 | 0.83 | 202.5 | 0.1 | 0.15 |
| Hex | 23 | 28 | 2B | 13 | 7 | 0 | 53 | CA | A | F |
| Octal | 43 | 50 | 53 | 23 | 7 | 0 | 123 | 312 | 12 | 17 |
| Binary | 100011 | 101000 | 101011 | 10011 | 111 | 0 | 1010011 | 11001010 | 1010 | 1111 |
Color Harmonies of #23282B
Complementary color
Monochromatic Colors of #23282B
Black with #23282B
Text Example
Text Example
White with #23282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23282B; }
p { color: rgb(35,40,43); }
H1.HeaderClassName
{
color: #23282B;
}
.AnyTagClassName
{
color: #23282B;
}
</style>
background-color css
<style>
a { background-color: #23282B; }
a { background-color: rgb(35,40,43); }
div.DivClassName
{
background-color: #23282B;
}
.BgClassName
{
background-color: #23282B;
}
</style>
border-color css
<style>
span { border-color: #23282B; }
span { border-color: rgb(35,40,43); }
td.TdClassName
{
border-color: #23282B;
}
.TagClassName
{
border-color: #23282B;
}
</style>