Shades of Blue Charcoal #242B31
Tints of Blue Charcoal #242B31
RGB
CMYK
RGB Variations
Color information
#242B31 (or 0x242B31) is known color: Blue Charcoal. HEX triplet: 24, 2B and 31. RGB value is (36,43,49). Sum of RGB (Red+Green+Blue) = 36+43+49=128 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.12% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: blue. Hex color #242B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242B31 is #DBD4CE. Grayscale: #292929. Windows color (decimal): -14406863 or 3222308. OLE color: 3222308.
HSL color Cylindrical-coordinate representation of color #242B31: hue angle of 207.69º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #242B31 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 43 | 49 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.81 |
| HSL | 207.69º | 0.15% | 0.17% | - |
| HSV(B) | 207.69º | 0.27% | 0.19% | - |
| XYZ | 2.15 | 2.32 | 3.24 | - |
| YUV | 41.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 49 | 0.27 | 0.12 | 0 | 0.81 | 207.69 | 0.15 | 0.17 |
| Hex | 24 | 2B | 31 | 1B | C | 0 | 51 | D0 | F | 11 |
| Octal | 44 | 53 | 61 | 33 | 14 | 0 | 121 | 320 | 17 | 21 |
| Binary | 100100 | 101011 | 110001 | 11011 | 1100 | 0 | 1010001 | 11010000 | 1111 | 10001 |
Color Harmonies of #242B31
Complementary color
Monochromatic Colors of #242B31
Black with #242B31
Text Example
Text Example
White with #242B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242B31; }
p { color: rgb(36,43,49); }
H1.HeaderClassName
{
color: #242B31;
}
.AnyTagClassName
{
color: #242B31;
}
</style>
background-color css
<style>
a { background-color: #242B31; }
a { background-color: rgb(36,43,49); }
div.DivClassName
{
background-color: #242B31;
}
.BgClassName
{
background-color: #242B31;
}
</style>
border-color css
<style>
span { border-color: #242B31; }
span { border-color: rgb(36,43,49); }
td.TdClassName
{
border-color: #242B31;
}
.TagClassName
{
border-color: #242B31;
}
</style>