Shades of Burnham #243F35
Tints of Burnham #243F35
RGB
CMYK
RGB Variations
Color information
#243F35 (or 0x243F35) is known color: Burnham. HEX triplet: 24, 3F and 35. RGB value is (36,63,53). Sum of RGB (Red+Green+Blue) = 36+63+53=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 63 - color contains mainly: green. Hex color #243F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243F35 is #DBC0CA. Grayscale: #353535. Windows color (decimal): -14401739 or 3489572. OLE color: 3489572.
HSL color Cylindrical-coordinate representation of color #243F35: hue angle of 157.78º 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 #243F35 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 63 | 53 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.75 |
| HSL | 157.78º | 0.27% | 0.19% | - |
| HSV(B) | 157.78º | 0.43% | 0.25% | - |
| XYZ | 3.15 | 4.19 | 4.01 | - |
| YUV | 53.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 53 | 0.43 | 0 | 0.16 | 0.75 | 157.78 | 0.27 | 0.19 |
| Hex | 24 | 3F | 35 | 2B | 0 | 10 | 4B | 9E | 1B | 13 |
| Octal | 44 | 77 | 65 | 53 | 0 | 20 | 113 | 236 | 33 | 23 |
| Binary | 100100 | 111111 | 110101 | 101011 | 0 | 10000 | 1001011 | 10011110 | 11011 | 10011 |
Color Harmonies of #243F35
Complementary color
Monochromatic Colors of #243F35
Black with #243F35
Text Example
Text Example
White with #243F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243F35; }
p { color: rgb(36,63,53); }
H1.HeaderClassName
{
color: #243F35;
}
.AnyTagClassName
{
color: #243F35;
}
</style>
background-color css
<style>
a { background-color: #243F35; }
a { background-color: rgb(36,63,53); }
div.DivClassName
{
background-color: #243F35;
}
.BgClassName
{
background-color: #243F35;
}
</style>
border-color css
<style>
span { border-color: #243F35; }
span { border-color: rgb(36,63,53); }
td.TdClassName
{
border-color: #243F35;
}
.TagClassName
{
border-color: #243F35;
}
</style>