Shades of Burnham #25423A
Tints of Burnham #25423A
RGB
CMYK
RGB Variations
Color information
#25423A (or 0x25423A) is known color: Burnham. HEX triplet: 25, 42 and 3A. RGB value is (37,66,58). Sum of RGB (Red+Green+Blue) = 37+66+58=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #25423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25423A is #DABDC5. Grayscale: #383838. Windows color (decimal): -14335430 or 3818021. OLE color: 3818021.
HSL color Cylindrical-coordinate representation of color #25423A: hue angle of 163.45º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #25423A is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 66 | 58 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.74 |
| HSL | 163.45º | 0.28% | 0.2% | - |
| HSV(B) | 163.45º | 0.44% | 0.26% | - |
| XYZ | 3.47 | 4.6 | 4.71 | - |
| YUV | 56.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 58 | 0.44 | 0 | 0.12 | 0.74 | 163.45 | 0.28 | 0.2 |
| Hex | 25 | 42 | 3A | 2C | 0 | C | 4A | A3 | 1C | 14 |
| Octal | 45 | 102 | 72 | 54 | 0 | 14 | 112 | 243 | 34 | 24 |
| Binary | 100101 | 1000010 | 111010 | 101100 | 0 | 1100 | 1001010 | 10100011 | 11100 | 10100 |
Color Harmonies of #25423A
Complementary color
Monochromatic Colors of #25423A
Black with #25423A
Text Example
Text Example
White with #25423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25423A; }
p { color: rgb(37,66,58); }
H1.HeaderClassName
{
color: #25423A;
}
.AnyTagClassName
{
color: #25423A;
}
</style>
background-color css
<style>
a { background-color: #25423A; }
a { background-color: rgb(37,66,58); }
div.DivClassName
{
background-color: #25423A;
}
.BgClassName
{
background-color: #25423A;
}
</style>
border-color css
<style>
span { border-color: #25423A; }
span { border-color: rgb(37,66,58); }
td.TdClassName
{
border-color: #25423A;
}
.TagClassName
{
border-color: #25423A;
}
</style>