Shades of Cinder #23272A
Tints of Cinder #23272A
RGB
CMYK
RGB Variations
Color information
#23272A (or 0x23272A) is known color: Cinder. HEX triplet: 23, 27 and 2A. RGB value is (35,39,42). Sum of RGB (Red+Green+Blue) = 35+39+42=116 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.17% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 42 - color contains mainly: blue. Hex color #23272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23272A is #DCD8D5. Grayscale: #262626. Windows color (decimal): -14473430 or 2762531. OLE color: 2762531.
HSL color Cylindrical-coordinate representation of color #23272A: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #23272A is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 39 | 42 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.84 |
| HSL | 205.71º | 0.09% | 0.15% | - |
| HSV(B) | 205.71º | 0.17% | 0.16% | - |
| XYZ | 1.84 | 1.98 | 2.48 | - |
| YUV | 38.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 42 | 0.17 | 0.07 | 0 | 0.84 | 205.71 | 0.09 | 0.15 |
| Hex | 23 | 27 | 2A | 11 | 7 | 0 | 54 | CE | 9 | F |
| Octal | 43 | 47 | 52 | 21 | 7 | 0 | 124 | 316 | 11 | 17 |
| Binary | 100011 | 100111 | 101010 | 10001 | 111 | 0 | 1010100 | 11001110 | 1001 | 1111 |
Color Harmonies of #23272A
Complementary color
Monochromatic Colors of #23272A
Black with #23272A
Text Example
Text Example
White with #23272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23272A; }
p { color: rgb(35,39,42); }
H1.HeaderClassName
{
color: #23272A;
}
.AnyTagClassName
{
color: #23272A;
}
</style>
background-color css
<style>
a { background-color: #23272A; }
a { background-color: rgb(35,39,42); }
div.DivClassName
{
background-color: #23272A;
}
.BgClassName
{
background-color: #23272A;
}
</style>
border-color css
<style>
span { border-color: #23272A; }
span { border-color: rgb(35,39,42); }
td.TdClassName
{
border-color: #23272A;
}
.TagClassName
{
border-color: #23272A;
}
</style>