Shades of Burnham #25483A
Tints of Burnham #25483A
RGB
CMYK
RGB Variations
Color information
#25483A (or 0x25483A) is known color: Burnham. HEX triplet: 25, 48 and 3A. RGB value is (37,72,58). Sum of RGB (Red+Green+Blue) = 37+72+58=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #25483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25483A is #DAB7C5. Grayscale: #3B3B3B. Windows color (decimal): -14333894 or 3819557. OLE color: 3819557.
HSL color Cylindrical-coordinate representation of color #25483A: hue angle of 156º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25483A is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 72 | 58 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.72 |
| HSL | 156º | 0.32% | 0.21% | - |
| HSV(B) | 156º | 0.49% | 0.28% | - |
| XYZ | 3.84 | 5.33 | 4.83 | - |
| YUV | 59.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 58 | 0.49 | 0 | 0.19 | 0.72 | 156 | 0.32 | 0.21 |
| Hex | 25 | 48 | 3A | 31 | 0 | 13 | 48 | 9C | 20 | 15 |
| Octal | 45 | 110 | 72 | 61 | 0 | 23 | 110 | 234 | 40 | 25 |
| Binary | 100101 | 1001000 | 111010 | 110001 | 0 | 10011 | 1001000 | 10011100 | 100000 | 10101 |
Color Harmonies of #25483A
Complementary color
Monochromatic Colors of #25483A
Black with #25483A
Text Example
Text Example
White with #25483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25483A; }
p { color: rgb(37,72,58); }
H1.HeaderClassName
{
color: #25483A;
}
.AnyTagClassName
{
color: #25483A;
}
</style>
background-color css
<style>
a { background-color: #25483A; }
a { background-color: rgb(37,72,58); }
div.DivClassName
{
background-color: #25483A;
}
.BgClassName
{
background-color: #25483A;
}
</style>
border-color css
<style>
span { border-color: #25483A; }
span { border-color: rgb(37,72,58); }
td.TdClassName
{
border-color: #25483A;
}
.TagClassName
{
border-color: #25483A;
}
</style>