Shades of Cinder #232A2E
Tints of Cinder #232A2E
RGB
CMYK
RGB Variations
Color information
#232A2E (or 0x232A2E) is known color: Cinder. HEX triplet: 23, 2A and 2E. RGB value is (35,42,46). Sum of RGB (Red+Green+Blue) = 35+42+46=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 46 - color contains mainly: blue. Hex color #232A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A2E is #DCD5D1. Grayscale: #282828. Windows color (decimal): -14472658 or 3025443. OLE color: 3025443.
HSL color Cylindrical-coordinate representation of color #232A2E: hue angle of 201.82º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #232A2E is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 42 | 46 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.82 |
| HSL | 201.82º | 0.14% | 0.16% | - |
| HSV(B) | 201.82º | 0.24% | 0.18% | - |
| XYZ | 2.01 | 2.21 | 2.91 | - |
| YUV | 40.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 46 | 0.24 | 0.09 | 0 | 0.82 | 201.82 | 0.14 | 0.16 |
| Hex | 23 | 2A | 2E | 18 | 9 | 0 | 52 | CA | E | 10 |
| Octal | 43 | 52 | 56 | 30 | 11 | 0 | 122 | 312 | 16 | 20 |
| Binary | 100011 | 101010 | 101110 | 11000 | 1001 | 0 | 1010010 | 11001010 | 1110 | 10000 |
Color Harmonies of #232A2E
Complementary color
Monochromatic Colors of #232A2E
Black with #232A2E
Text Example
Text Example
White with #232A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A2E; }
p { color: rgb(35,42,46); }
H1.HeaderClassName
{
color: #232A2E;
}
.AnyTagClassName
{
color: #232A2E;
}
</style>
background-color css
<style>
a { background-color: #232A2E; }
a { background-color: rgb(35,42,46); }
div.DivClassName
{
background-color: #232A2E;
}
.BgClassName
{
background-color: #232A2E;
}
</style>
border-color css
<style>
span { border-color: #232A2E; }
span { border-color: rgb(35,42,46); }
td.TdClassName
{
border-color: #232A2E;
}
.TagClassName
{
border-color: #232A2E;
}
</style>