Shades of Blue Charcoal #24272A
Tints of Blue Charcoal #24272A
RGB
CMYK
RGB Variations
Color information
#24272A (or 0x24272A) is known color: Blue Charcoal. HEX triplet: 24, 27 and 2A. RGB value is (36,39,42). Sum of RGB (Red+Green+Blue) = 36+39+42=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 42 - color contains mainly: blue. Hex color #24272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24272A is #DBD8D5. Grayscale: #262626. Windows color (decimal): -14407894 or 2762532. OLE color: 2762532.
HSL color Cylindrical-coordinate representation of color #24272A: hue angle of 210º degrees, saturation: 0.08, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #24272A is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 39 | 42 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.84 |
| HSL | 210º | 0.08% | 0.15% | - |
| HSV(B) | 210º | 0.14% | 0.16% | - |
| XYZ | 1.87 | 1.99 | 2.48 | - |
| YUV | 38.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 42 | 0.14 | 0.07 | 0 | 0.84 | 210 | 0.08 | 0.15 |
| Hex | 24 | 27 | 2A | E | 7 | 0 | 54 | D2 | 8 | F |
| Octal | 44 | 47 | 52 | 16 | 7 | 0 | 124 | 322 | 10 | 17 |
| Binary | 100100 | 100111 | 101010 | 1110 | 111 | 0 | 1010100 | 11010010 | 1000 | 1111 |
Color Harmonies of #24272A
Complementary color
Monochromatic Colors of #24272A
Black with #24272A
Text Example
Text Example
White with #24272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24272A; }
p { color: rgb(36,39,42); }
H1.HeaderClassName
{
color: #24272A;
}
.AnyTagClassName
{
color: #24272A;
}
</style>
background-color css
<style>
a { background-color: #24272A; }
a { background-color: rgb(36,39,42); }
div.DivClassName
{
background-color: #24272A;
}
.BgClassName
{
background-color: #24272A;
}
</style>
border-color css
<style>
span { border-color: #24272A; }
span { border-color: rgb(36,39,42); }
td.TdClassName
{
border-color: #24272A;
}
.TagClassName
{
border-color: #24272A;
}
</style>