Shades of Burnham #24463B
Tints of Burnham #24463B
RGB
CMYK
RGB Variations
Color information
#24463B (or 0x24463B) is known color: Burnham. HEX triplet: 24, 46 and 3B. RGB value is (36,70,59). Sum of RGB (Red+Green+Blue) = 36+70+59=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #24463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24463B is #DBB9C4. Grayscale: #3A3A3A. Windows color (decimal): -14399941 or 3884580. OLE color: 3884580.
HSL color Cylindrical-coordinate representation of color #24463B: hue angle of 160.59º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #24463B is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 70 | 59 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.73 |
| HSL | 160.59º | 0.32% | 0.21% | - |
| HSV(B) | 160.59º | 0.49% | 0.27% | - |
| XYZ | 3.71 | 5.07 | 4.92 | - |
| YUV | 58.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 59 | 0.49 | 0 | 0.16 | 0.73 | 160.59 | 0.32 | 0.21 |
| Hex | 24 | 46 | 3B | 31 | 0 | 10 | 49 | A1 | 20 | 15 |
| Octal | 44 | 106 | 73 | 61 | 0 | 20 | 111 | 241 | 40 | 25 |
| Binary | 100100 | 1000110 | 111011 | 110001 | 0 | 10000 | 1001001 | 10100001 | 100000 | 10101 |
Color Harmonies of #24463B
Complementary color
Monochromatic Colors of #24463B
Black with #24463B
Text Example
Text Example
White with #24463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24463B; }
p { color: rgb(36,70,59); }
H1.HeaderClassName
{
color: #24463B;
}
.AnyTagClassName
{
color: #24463B;
}
</style>
background-color css
<style>
a { background-color: #24463B; }
a { background-color: rgb(36,70,59); }
div.DivClassName
{
background-color: #24463B;
}
.BgClassName
{
background-color: #24463B;
}
</style>
border-color css
<style>
span { border-color: #24463B; }
span { border-color: rgb(36,70,59); }
td.TdClassName
{
border-color: #24463B;
}
.TagClassName
{
border-color: #24463B;
}
</style>