Shades of Burnham #253F36
Tints of Burnham #253F36
RGB
CMYK
RGB Variations
Color information
#253F36 (or 0x253F36) is known color: Burnham. HEX triplet: 25, 3F and 36. RGB value is (37,63,54). Sum of RGB (Red+Green+Blue) = 37+63+54=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 63 - color contains mainly: green. Hex color #253F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F36 is #DAC0C9. Grayscale: #363636. Windows color (decimal): -14336202 or 3555109. OLE color: 3555109.
HSL color Cylindrical-coordinate representation of color #253F36: hue angle of 159.23º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #253F36 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 63 | 54 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.75 |
| HSL | 159.23º | 0.26% | 0.2% | - |
| HSV(B) | 159.23º | 0.41% | 0.25% | - |
| XYZ | 3.21 | 4.21 | 4.13 | - |
| YUV | 54.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 54 | 0.41 | 0 | 0.14 | 0.75 | 159.23 | 0.26 | 0.2 |
| Hex | 25 | 3F | 36 | 29 | 0 | E | 4B | 9F | 1A | 14 |
| Octal | 45 | 77 | 66 | 51 | 0 | 16 | 113 | 237 | 32 | 24 |
| Binary | 100101 | 111111 | 110110 | 101001 | 0 | 1110 | 1001011 | 10011111 | 11010 | 10100 |
Color Harmonies of #253F36
Complementary color
Monochromatic Colors of #253F36
Black with #253F36
Text Example
Text Example
White with #253F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253F36; }
p { color: rgb(37,63,54); }
H1.HeaderClassName
{
color: #253F36;
}
.AnyTagClassName
{
color: #253F36;
}
</style>
background-color css
<style>
a { background-color: #253F36; }
a { background-color: rgb(37,63,54); }
div.DivClassName
{
background-color: #253F36;
}
.BgClassName
{
background-color: #253F36;
}
</style>
border-color css
<style>
span { border-color: #253F36; }
span { border-color: rgb(37,63,54); }
td.TdClassName
{
border-color: #253F36;
}
.TagClassName
{
border-color: #253F36;
}
</style>