Shades of Cinder #232C31
Tints of Cinder #232C31
RGB
CMYK
RGB Variations
Color information
#232C31 (or 0x232C31) is known color: Cinder. HEX triplet: 23, 2C and 31. RGB value is (35,44,49). Sum of RGB (Red+Green+Blue) = 35+44+49=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: blue. Hex color #232C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C31 is #DCD3CE. Grayscale: #292929. Windows color (decimal): -14472143 or 3222563. OLE color: 3222563.
HSL color Cylindrical-coordinate representation of color #232C31: hue angle of 201.43º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #232C31 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 44 | 49 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.81 |
| HSL | 201.43º | 0.17% | 0.16% | - |
| HSV(B) | 201.43º | 0.29% | 0.19% | - |
| XYZ | 2.15 | 2.38 | 3.25 | - |
| YUV | 41.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 49 | 0.29 | 0.10 | 0 | 0.81 | 201.43 | 0.17 | 0.16 |
| Hex | 23 | 2C | 31 | 1D | A | 0 | 51 | C9 | 11 | 10 |
| Octal | 43 | 54 | 61 | 35 | 12 | 0 | 121 | 311 | 21 | 20 |
| Binary | 100011 | 101100 | 110001 | 11101 | 1010 | 0 | 1010001 | 11001001 | 10001 | 10000 |
Color Harmonies of #232C31
Complementary color
Monochromatic Colors of #232C31
Black with #232C31
Text Example
Text Example
White with #232C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C31; }
p { color: rgb(35,44,49); }
H1.HeaderClassName
{
color: #232C31;
}
.AnyTagClassName
{
color: #232C31;
}
</style>
background-color css
<style>
a { background-color: #232C31; }
a { background-color: rgb(35,44,49); }
div.DivClassName
{
background-color: #232C31;
}
.BgClassName
{
background-color: #232C31;
}
</style>
border-color css
<style>
span { border-color: #232C31; }
span { border-color: rgb(35,44,49); }
td.TdClassName
{
border-color: #232C31;
}
.TagClassName
{
border-color: #232C31;
}
</style>