Shades of Burnham #243F36
Tints of Burnham #243F36
RGB
CMYK
RGB Variations
Color information
#243F36 (or 0x243F36) is known color: Burnham. HEX triplet: 24, 3F and 36. RGB value is (36,63,54). Sum of RGB (Red+Green+Blue) = 36+63+54=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 63 - color contains mainly: green. Hex color #243F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243F36 is #DBC0C9. Grayscale: #353535. Windows color (decimal): -14401738 or 3555108. OLE color: 3555108.
HSL color Cylindrical-coordinate representation of color #243F36: hue angle of 160º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #243F36 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 63 | 54 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.75 |
| HSL | 160º | 0.27% | 0.19% | - |
| HSV(B) | 160º | 0.43% | 0.25% | - |
| XYZ | 3.17 | 4.2 | 4.13 | - |
| YUV | 53.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 54 | 0.43 | 0 | 0.14 | 0.75 | 160 | 0.27 | 0.19 |
| Hex | 24 | 3F | 36 | 2B | 0 | E | 4B | A0 | 1B | 13 |
| Octal | 44 | 77 | 66 | 53 | 0 | 16 | 113 | 240 | 33 | 23 |
| Binary | 100100 | 111111 | 110110 | 101011 | 0 | 1110 | 1001011 | 10100000 | 11011 | 10011 |
Color Harmonies of #243F36
Complementary color
Monochromatic Colors of #243F36
Black with #243F36
Text Example
Text Example
White with #243F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243F36; }
p { color: rgb(36,63,54); }
H1.HeaderClassName
{
color: #243F36;
}
.AnyTagClassName
{
color: #243F36;
}
</style>
background-color css
<style>
a { background-color: #243F36; }
a { background-color: rgb(36,63,54); }
div.DivClassName
{
background-color: #243F36;
}
.BgClassName
{
background-color: #243F36;
}
</style>
border-color css
<style>
span { border-color: #243F36; }
span { border-color: rgb(36,63,54); }
td.TdClassName
{
border-color: #243F36;
}
.TagClassName
{
border-color: #243F36;
}
</style>