Shades of Cinder #242A2E
Tints of Cinder #242A2E
RGB
CMYK
RGB Variations
Color information
#242A2E (or 0x242A2E) is known color: Cinder. HEX triplet: 24, 2A and 2E. RGB value is (36,42,46). Sum of RGB (Red+Green+Blue) = 36+42+46=124 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.03% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 46 - color contains mainly: blue. Hex color #242A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A2E is #DBD5D1. Grayscale: #282828. Windows color (decimal): -14407122 or 3025444. OLE color: 3025444.
HSL color Cylindrical-coordinate representation of color #242A2E: hue angle of 204º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #242A2E is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 36 | 42 | 46 | - |
CMYK | 0.22 | 0.09 | 0 | 0.82 |
HSL | 204º | 0.12% | 0.16% | - |
HSV(B) | 204º | 0.22% | 0.18% | - |
XYZ | 2.05 | 2.23 | 2.91 | - |
YUV | 40.66 | 131.01 | 124.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 36 | 42 | 46 | 0.22 | 0.09 | 0 | 0.82 | 204 | 0.12 | 0.16 |
Hex | 24 | 2A | 2E | 16 | 9 | 0 | 52 | CC | C | 10 |
Octal | 44 | 52 | 56 | 26 | 11 | 0 | 122 | 314 | 14 | 20 |
Binary | 100100 | 101010 | 101110 | 10110 | 1001 | 0 | 1010010 | 11001100 | 1100 | 10000 |
Color Harmonies of #242A2E
Complementary color
Monochromatic Colors of #242A2E
Black with #242A2E
Text Example
Text Example
White with #242A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A2E; }
p { color: rgb(36,42,46); }
H1.HeaderClassName
{
color: #242A2E;
}
.AnyTagClassName
{
color: #242A2E;
}
</style>
background-color css
<style>
a { background-color: #242A2E; }
a { background-color: rgb(36,42,46); }
div.DivClassName
{
background-color: #242A2E;
}
.BgClassName
{
background-color: #242A2E;
}
</style>
border-color css
<style>
span { border-color: #242A2E; }
span { border-color: rgb(36,42,46); }
td.TdClassName
{
border-color: #242A2E;
}
.TagClassName
{
border-color: #242A2E;
}
</style>