Shades of Burnham #243D34
Tints of Burnham #243D34
RGB
CMYK
RGB Variations
Color information
#243D34 (or 0x243D34) is known color: Burnham. HEX triplet: 24, 3D and 34. RGB value is (36,61,52). Sum of RGB (Red+Green+Blue) = 36+61+52=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #243D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243D34 is #DBC2CB. Grayscale: #343434. Windows color (decimal): -14402252 or 3423524. OLE color: 3423524.
HSL color Cylindrical-coordinate representation of color #243D34: hue angle of 158.4º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #243D34 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 61 | 52 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.76 |
| HSL | 158.4º | 0.26% | 0.19% | - |
| HSV(B) | 158.4º | 0.41% | 0.24% | - |
| XYZ | 3.02 | 3.96 | 3.85 | - |
| YUV | 52.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 52 | 0.41 | 0 | 0.15 | 0.76 | 158.4 | 0.26 | 0.19 |
| Hex | 24 | 3D | 34 | 29 | 0 | F | 4C | 9E | 1A | 13 |
| Octal | 44 | 75 | 64 | 51 | 0 | 17 | 114 | 236 | 32 | 23 |
| Binary | 100100 | 111101 | 110100 | 101001 | 0 | 1111 | 1001100 | 10011110 | 11010 | 10011 |
Color Harmonies of #243D34
Complementary color
Monochromatic Colors of #243D34
Black with #243D34
Text Example
Text Example
White with #243D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D34; }
p { color: rgb(36,61,52); }
H1.HeaderClassName
{
color: #243D34;
}
.AnyTagClassName
{
color: #243D34;
}
</style>
background-color css
<style>
a { background-color: #243D34; }
a { background-color: rgb(36,61,52); }
div.DivClassName
{
background-color: #243D34;
}
.BgClassName
{
background-color: #243D34;
}
</style>
border-color css
<style>
span { border-color: #243D34; }
span { border-color: rgb(36,61,52); }
td.TdClassName
{
border-color: #243D34;
}
.TagClassName
{
border-color: #243D34;
}
</style>