Shades of Burnham #244134
Tints of Burnham #244134
RGB
CMYK
RGB Variations
Color information
#244134 (or 0x244134) is known color: Burnham. HEX triplet: 24, 41 and 34. RGB value is (36,65,52). Sum of RGB (Red+Green+Blue) = 36+65+52=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #244134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244134 is #DBBECB. Grayscale: #363636. Windows color (decimal): -14401228 or 3424548. OLE color: 3424548.
HSL color Cylindrical-coordinate representation of color #244134: hue angle of 153.1º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #244134 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 65 | 52 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.75 |
| HSL | 153.1º | 0.29% | 0.2% | - |
| HSV(B) | 153.1º | 0.45% | 0.25% | - |
| XYZ | 3.24 | 4.4 | 3.93 | - |
| YUV | 54.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 52 | 0.45 | 0 | 0.20 | 0.75 | 153.1 | 0.29 | 0.2 |
| Hex | 24 | 41 | 34 | 2D | 0 | 14 | 4B | 99 | 1D | 14 |
| Octal | 44 | 101 | 64 | 55 | 0 | 24 | 113 | 231 | 35 | 24 |
| Binary | 100100 | 1000001 | 110100 | 101101 | 0 | 10100 | 1001011 | 10011001 | 11101 | 10100 |
Color Harmonies of #244134
Complementary color
Monochromatic Colors of #244134
Black with #244134
Text Example
Text Example
White with #244134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244134; }
p { color: rgb(36,65,52); }
H1.HeaderClassName
{
color: #244134;
}
.AnyTagClassName
{
color: #244134;
}
</style>
background-color css
<style>
a { background-color: #244134; }
a { background-color: rgb(36,65,52); }
div.DivClassName
{
background-color: #244134;
}
.BgClassName
{
background-color: #244134;
}
</style>
border-color css
<style>
span { border-color: #244134; }
span { border-color: rgb(36,65,52); }
td.TdClassName
{
border-color: #244134;
}
.TagClassName
{
border-color: #244134;
}
</style>