Shades of Blue Charcoal #242C32
Tints of Blue Charcoal #242C32
RGB
CMYK
RGB Variations
Color information
#242C32 (or 0x242C32) is known color: Blue Charcoal. HEX triplet: 24, 2C and 32. RGB value is (36,44,50). Sum of RGB (Red+Green+Blue) = 36+44+50=130 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.69% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 50 - color contains mainly: blue. Hex color #242C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C32 is #DBD3CD. Grayscale: #2A2A2A. Windows color (decimal): -14406606 or 3288100. OLE color: 3288100.
HSL color Cylindrical-coordinate representation of color #242C32: hue angle of 205.71º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #242C32 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 44 | 50 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.80 |
| HSL | 205.71º | 0.16% | 0.17% | - |
| HSV(B) | 205.71º | 0.28% | 0.2% | - |
| XYZ | 2.2 | 2.41 | 3.37 | - |
| YUV | 42.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 50 | 0.28 | 0.12 | 0 | 0.80 | 205.71 | 0.16 | 0.17 |
| Hex | 24 | 2C | 32 | 1C | C | 0 | 50 | CE | 10 | 11 |
| Octal | 44 | 54 | 62 | 34 | 14 | 0 | 120 | 316 | 20 | 21 |
| Binary | 100100 | 101100 | 110010 | 11100 | 1100 | 0 | 1010000 | 11001110 | 10000 | 10001 |
Color Harmonies of #242C32
Complementary color
Monochromatic Colors of #242C32
Black with #242C32
Text Example
Text Example
White with #242C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C32; }
p { color: rgb(36,44,50); }
H1.HeaderClassName
{
color: #242C32;
}
.AnyTagClassName
{
color: #242C32;
}
</style>
background-color css
<style>
a { background-color: #242C32; }
a { background-color: rgb(36,44,50); }
div.DivClassName
{
background-color: #242C32;
}
.BgClassName
{
background-color: #242C32;
}
</style>
border-color css
<style>
span { border-color: #242C32; }
span { border-color: rgb(36,44,50); }
td.TdClassName
{
border-color: #242C32;
}
.TagClassName
{
border-color: #242C32;
}
</style>