Shades of Cinder #242E34
Tints of Cinder #242E34
RGB
CMYK
RGB Variations
Color information
#242E34 (or 0x242E34) is known color: Cinder. HEX triplet: 24, 2E and 34. RGB value is (36,46,52). Sum of RGB (Red+Green+Blue) = 36+46+52=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 52 - color contains mainly: blue. Hex color #242E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E34 is #DBD1CB. Grayscale: #2B2B2B. Windows color (decimal): -14406092 or 3419684. OLE color: 3419684.
HSL color Cylindrical-coordinate representation of color #242E34: hue angle of 202.5º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #242E34 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 46 | 52 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.80 |
| HSL | 202.5º | 0.18% | 0.17% | - |
| HSV(B) | 202.5º | 0.31% | 0.2% | - |
| XYZ | 2.32 | 2.58 | 3.62 | - |
| YUV | 43.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 52 | 0.31 | 0.12 | 0 | 0.80 | 202.5 | 0.18 | 0.17 |
| Hex | 24 | 2E | 34 | 1F | C | 0 | 50 | CA | 12 | 11 |
| Octal | 44 | 56 | 64 | 37 | 14 | 0 | 120 | 312 | 22 | 21 |
| Binary | 100100 | 101110 | 110100 | 11111 | 1100 | 0 | 1010000 | 11001010 | 10010 | 10001 |
Color Harmonies of #242E34
Complementary color
Monochromatic Colors of #242E34
Black with #242E34
Text Example
Text Example
White with #242E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E34; }
p { color: rgb(36,46,52); }
H1.HeaderClassName
{
color: #242E34;
}
.AnyTagClassName
{
color: #242E34;
}
</style>
background-color css
<style>
a { background-color: #242E34; }
a { background-color: rgb(36,46,52); }
div.DivClassName
{
background-color: #242E34;
}
.BgClassName
{
background-color: #242E34;
}
</style>
border-color css
<style>
span { border-color: #242E34; }
span { border-color: rgb(36,46,52); }
td.TdClassName
{
border-color: #242E34;
}
.TagClassName
{
border-color: #242E34;
}
</style>