Shades of Burnham #253C34
Tints of Burnham #253C34
RGB
CMYK
RGB Variations
Color information
#253C34 (or 0x253C34) is known color: Burnham. HEX triplet: 25, 3C and 34. RGB value is (37,60,52). Sum of RGB (Red+Green+Blue) = 37+60+52=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 60 - color contains mainly: green. Hex color #253C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C34 is #DAC3CB. Grayscale: #343434. Windows color (decimal): -14336972 or 3423269. OLE color: 3423269.
HSL color Cylindrical-coordinate representation of color #253C34: hue angle of 159.13º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #253C34 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 60 | 52 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.76 |
| HSL | 159.13º | 0.24% | 0.19% | - |
| HSV(B) | 159.13º | 0.38% | 0.24% | - |
| XYZ | 3 | 3.87 | 3.84 | - |
| YUV | 52.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 52 | 0.38 | 0 | 0.13 | 0.76 | 159.13 | 0.24 | 0.19 |
| Hex | 25 | 3C | 34 | 26 | 0 | D | 4C | 9F | 18 | 13 |
| Octal | 45 | 74 | 64 | 46 | 0 | 15 | 114 | 237 | 30 | 23 |
| Binary | 100101 | 111100 | 110100 | 100110 | 0 | 1101 | 1001100 | 10011111 | 11000 | 10011 |
Color Harmonies of #253C34
Complementary color
Monochromatic Colors of #253C34
Black with #253C34
Text Example
Text Example
White with #253C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C34; }
p { color: rgb(37,60,52); }
H1.HeaderClassName
{
color: #253C34;
}
.AnyTagClassName
{
color: #253C34;
}
</style>
background-color css
<style>
a { background-color: #253C34; }
a { background-color: rgb(37,60,52); }
div.DivClassName
{
background-color: #253C34;
}
.BgClassName
{
background-color: #253C34;
}
</style>
border-color css
<style>
span { border-color: #253C34; }
span { border-color: rgb(37,60,52); }
td.TdClassName
{
border-color: #253C34;
}
.TagClassName
{
border-color: #253C34;
}
</style>