Shades of Cinder #242A2D
Tints of Cinder #242A2D
RGB
CMYK
RGB Variations
Color information
#242A2D (or 0x242A2D) is known color: Cinder. HEX triplet: 24, 2A and 2D. RGB value is (36,42,45). Sum of RGB (Red+Green+Blue) = 36+42+45=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 45 - color contains mainly: blue. Hex color #242A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A2D is #DBD5D2. Grayscale: #282828. Windows color (decimal): -14407123 or 2959908. OLE color: 2959908.
HSL color Cylindrical-coordinate representation of color #242A2D: hue angle of 200º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #242A2D is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 42 | 45 | - |
| CMYK | 0.2 | 0.07 | 0 | 0.82 |
| HSL | 200º | 0.11% | 0.16% | - |
| HSV(B) | 200º | 0.2% | 0.18% | - |
| XYZ | 2.03 | 2.22 | 2.8 | - |
| YUV | 40.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 45 | 0.2 | 0.07 | 0 | 0.82 | 200 | 0.11 | 0.16 |
| Hex | 24 | 2A | 2D | 14 | 7 | 0 | 52 | C8 | B | 10 |
| Octal | 44 | 52 | 55 | 24 | 7 | 0 | 122 | 310 | 13 | 20 |
| Binary | 100100 | 101010 | 101101 | 10100 | 111 | 0 | 1010010 | 11001000 | 1011 | 10000 |
Color Harmonies of #242A2D
Complementary color
Monochromatic Colors of #242A2D
Black with #242A2D
Text Example
Text Example
White with #242A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A2D; }
p { color: rgb(36,42,45); }
H1.HeaderClassName
{
color: #242A2D;
}
.AnyTagClassName
{
color: #242A2D;
}
</style>
background-color css
<style>
a { background-color: #242A2D; }
a { background-color: rgb(36,42,45); }
div.DivClassName
{
background-color: #242A2D;
}
.BgClassName
{
background-color: #242A2D;
}
</style>
border-color css
<style>
span { border-color: #242A2D; }
span { border-color: rgb(36,42,45); }
td.TdClassName
{
border-color: #242A2D;
}
.TagClassName
{
border-color: #242A2D;
}
</style>