Shades of Cinder #242B2F
Tints of Cinder #242B2F
RGB
CMYK
RGB Variations
Color information
#242B2F (or 0x242B2F) is known color: Cinder. HEX triplet: 24, 2B and 2F. RGB value is (36,43,47). Sum of RGB (Red+Green+Blue) = 36+43+47=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 47 - color contains mainly: blue. Hex color #242B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242B2F is #DBD4D0. Grayscale: #292929. Windows color (decimal): -14406865 or 3091236. OLE color: 3091236.
HSL color Cylindrical-coordinate representation of color #242B2F: hue angle of 201.82º degrees, saturation: 0.13, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #242B2F is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 43 | 47 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.82 |
| HSL | 201.82º | 0.13% | 0.16% | - |
| HSV(B) | 201.82º | 0.23% | 0.18% | - |
| XYZ | 2.1 | 2.31 | 3.02 | - |
| YUV | 41.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 47 | 0.23 | 0.09 | 0 | 0.82 | 201.82 | 0.13 | 0.16 |
| Hex | 24 | 2B | 2F | 17 | 9 | 0 | 52 | CA | D | 10 |
| Octal | 44 | 53 | 57 | 27 | 11 | 0 | 122 | 312 | 15 | 20 |
| Binary | 100100 | 101011 | 101111 | 10111 | 1001 | 0 | 1010010 | 11001010 | 1101 | 10000 |
Color Harmonies of #242B2F
Complementary color
Monochromatic Colors of #242B2F
Black with #242B2F
Text Example
Text Example
White with #242B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242B2F; }
p { color: rgb(36,43,47); }
H1.HeaderClassName
{
color: #242B2F;
}
.AnyTagClassName
{
color: #242B2F;
}
</style>
background-color css
<style>
a { background-color: #242B2F; }
a { background-color: rgb(36,43,47); }
div.DivClassName
{
background-color: #242B2F;
}
.BgClassName
{
background-color: #242B2F;
}
</style>
border-color css
<style>
span { border-color: #242B2F; }
span { border-color: rgb(36,43,47); }
td.TdClassName
{
border-color: #242B2F;
}
.TagClassName
{
border-color: #242B2F;
}
</style>