Shades of Burnham #24493A
Tints of Burnham #24493A
RGB
CMYK
RGB Variations
Color information
#24493A (or 0x24493A) is known color: Burnham. HEX triplet: 24, 49 and 3A. RGB value is (36,73,58). Sum of RGB (Red+Green+Blue) = 36+73+58=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #24493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24493A is #DBB6C5. Grayscale: #3C3C3C. Windows color (decimal): -14399174 or 3819812. OLE color: 3819812.
HSL color Cylindrical-coordinate representation of color #24493A: hue angle of 155.68º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #24493A is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 73 | 58 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.71 |
| HSL | 155.68º | 0.34% | 0.21% | - |
| HSV(B) | 155.68º | 0.51% | 0.29% | - |
| XYZ | 3.87 | 5.45 | 4.85 | - |
| YUV | 60.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 58 | 0.51 | 0 | 0.21 | 0.71 | 155.68 | 0.34 | 0.21 |
| Hex | 24 | 49 | 3A | 33 | 0 | 15 | 47 | 9C | 22 | 15 |
| Octal | 44 | 111 | 72 | 63 | 0 | 25 | 107 | 234 | 42 | 25 |
| Binary | 100100 | 1001001 | 111010 | 110011 | 0 | 10101 | 1000111 | 10011100 | 100010 | 10101 |
Color Harmonies of #24493A
Complementary color
Monochromatic Colors of #24493A
Black with #24493A
Text Example
Text Example
White with #24493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24493A; }
p { color: rgb(36,73,58); }
H1.HeaderClassName
{
color: #24493A;
}
.AnyTagClassName
{
color: #24493A;
}
</style>
background-color css
<style>
a { background-color: #24493A; }
a { background-color: rgb(36,73,58); }
div.DivClassName
{
background-color: #24493A;
}
.BgClassName
{
background-color: #24493A;
}
</style>
border-color css
<style>
span { border-color: #24493A; }
span { border-color: rgb(36,73,58); }
td.TdClassName
{
border-color: #24493A;
}
.TagClassName
{
border-color: #24493A;
}
</style>