Shades of Cinder #242B30
Tints of Cinder #242B30
RGB
CMYK
RGB Variations
Color information
#242B30 (or 0x242B30) is known color: Cinder. HEX triplet: 24, 2B and 30. RGB value is (36,43,48). Sum of RGB (Red+Green+Blue) = 36+43+48=127 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.35% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 48 - color contains mainly: blue. Hex color #242B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242B30 is #DBD4CF. Grayscale: #292929. Windows color (decimal): -14406864 or 3156772. OLE color: 3156772.
HSL color Cylindrical-coordinate representation of color #242B30: hue angle of 205º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #242B30 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 43 | 48 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.81 |
| HSL | 205º | 0.14% | 0.16% | - |
| HSV(B) | 205º | 0.25% | 0.19% | - |
| XYZ | 2.12 | 2.32 | 3.13 | - |
| YUV | 41.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 48 | 0.25 | 0.10 | 0 | 0.81 | 205 | 0.14 | 0.16 |
| Hex | 24 | 2B | 30 | 19 | A | 0 | 51 | CD | E | 10 |
| Octal | 44 | 53 | 60 | 31 | 12 | 0 | 121 | 315 | 16 | 20 |
| Binary | 100100 | 101011 | 110000 | 11001 | 1010 | 0 | 1010001 | 11001101 | 1110 | 10000 |
Color Harmonies of #242B30
Complementary color
Monochromatic Colors of #242B30
Black with #242B30
Text Example
Text Example
White with #242B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242B30; }
p { color: rgb(36,43,48); }
H1.HeaderClassName
{
color: #242B30;
}
.AnyTagClassName
{
color: #242B30;
}
</style>
background-color css
<style>
a { background-color: #242B30; }
a { background-color: rgb(36,43,48); }
div.DivClassName
{
background-color: #242B30;
}
.BgClassName
{
background-color: #242B30;
}
</style>
border-color css
<style>
span { border-color: #242B30; }
span { border-color: rgb(36,43,48); }
td.TdClassName
{
border-color: #242B30;
}
.TagClassName
{
border-color: #242B30;
}
</style>