Shades of Burnham #24483B
Tints of Burnham #24483B
RGB
CMYK
RGB Variations
Color information
#24483B (or 0x24483B) is known color: Burnham. HEX triplet: 24, 48 and 3B. RGB value is (36,72,59). Sum of RGB (Red+Green+Blue) = 36+72+59=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #24483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24483B is #DBB7C4. Grayscale: #3B3B3B. Windows color (decimal): -14399429 or 3885092. OLE color: 3885092.
HSL color Cylindrical-coordinate representation of color #24483B: hue angle of 158.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #24483B is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 72 | 59 | - |
| CMYK | 0.5 | 0 | 0.18 | 0.72 |
| HSL | 158.33º | 0.33% | 0.21% | - |
| HSV(B) | 158.33º | 0.5% | 0.28% | - |
| XYZ | 3.83 | 5.33 | 4.96 | - |
| YUV | 59.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 59 | 0.5 | 0 | 0.18 | 0.72 | 158.33 | 0.33 | 0.21 |
| Hex | 24 | 48 | 3B | 32 | 0 | 12 | 48 | 9E | 21 | 15 |
| Octal | 44 | 110 | 73 | 62 | 0 | 22 | 110 | 236 | 41 | 25 |
| Binary | 100100 | 1001000 | 111011 | 110010 | 0 | 10010 | 1001000 | 10011110 | 100001 | 10101 |
Color Harmonies of #24483B
Complementary color
Monochromatic Colors of #24483B
Black with #24483B
Text Example
Text Example
White with #24483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24483B; }
p { color: rgb(36,72,59); }
H1.HeaderClassName
{
color: #24483B;
}
.AnyTagClassName
{
color: #24483B;
}
</style>
background-color css
<style>
a { background-color: #24483B; }
a { background-color: rgb(36,72,59); }
div.DivClassName
{
background-color: #24483B;
}
.BgClassName
{
background-color: #24483B;
}
</style>
border-color css
<style>
span { border-color: #24483B; }
span { border-color: rgb(36,72,59); }
td.TdClassName
{
border-color: #24483B;
}
.TagClassName
{
border-color: #24483B;
}
</style>