Shades of Bunker #25292E
Tints of Bunker #25292E
RGB
CMYK
RGB Variations
Color information
#25292E (or 0x25292E) is known color: Bunker. HEX triplet: 25, 29 and 2E. RGB value is (37,41,46). Sum of RGB (Red+Green+Blue) = 37+41+46=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 46 - color contains mainly: blue. Hex color #25292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25292E is #DAD6D1. Grayscale: #282828. Windows color (decimal): -14341842 or 3025189. OLE color: 3025189.
HSL color Cylindrical-coordinate representation of color #25292E: hue angle of 213.33º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #25292E is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 41 | 46 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.82 |
| HSL | 213.33º | 0.11% | 0.16% | - |
| HSV(B) | 213.33º | 0.2% | 0.18% | - |
| XYZ | 2.05 | 2.18 | 2.9 | - |
| YUV | 40.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 46 | 0.20 | 0.11 | 0 | 0.82 | 213.33 | 0.11 | 0.16 |
| Hex | 25 | 29 | 2E | 14 | B | 0 | 52 | D5 | B | 10 |
| Octal | 45 | 51 | 56 | 24 | 13 | 0 | 122 | 325 | 13 | 20 |
| Binary | 100101 | 101001 | 101110 | 10100 | 1011 | 0 | 1010010 | 11010101 | 1011 | 10000 |
Color Harmonies of #25292E
Complementary color
Monochromatic Colors of #25292E
Black with #25292E
Text Example
Text Example
White with #25292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25292E; }
p { color: rgb(37,41,46); }
H1.HeaderClassName
{
color: #25292E;
}
.AnyTagClassName
{
color: #25292E;
}
</style>
background-color css
<style>
a { background-color: #25292E; }
a { background-color: rgb(37,41,46); }
div.DivClassName
{
background-color: #25292E;
}
.BgClassName
{
background-color: #25292E;
}
</style>
border-color css
<style>
span { border-color: #25292E; }
span { border-color: rgb(37,41,46); }
td.TdClassName
{
border-color: #25292E;
}
.TagClassName
{
border-color: #25292E;
}
</style>