Shades of Bunker #25272B
Tints of Bunker #25272B
RGB
CMYK
RGB Variations
Color information
#25272B (or 0x25272B) is known color: Bunker. HEX triplet: 25, 27 and 2B. RGB value is (37,39,43). Sum of RGB (Red+Green+Blue) = 37+39+43=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 43 - color contains mainly: blue. Hex color #25272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25272B is #DAD8D4. Grayscale: #262626. Windows color (decimal): -14342357 or 2828069. OLE color: 2828069.
HSL color Cylindrical-coordinate representation of color #25272B: hue angle of 220º degrees, saturation: 0.08, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #25272B is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 39 | 43 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.83 |
| HSL | 220º | 0.08% | 0.16% | - |
| HSV(B) | 220º | 0.14% | 0.17% | - |
| XYZ | 1.92 | 2.02 | 2.57 | - |
| YUV | 38.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 39 | 43 | 0.14 | 0.09 | 0 | 0.83 | 220 | 0.08 | 0.16 |
| Hex | 25 | 27 | 2B | E | 9 | 0 | 53 | DC | 8 | 10 |
| Octal | 45 | 47 | 53 | 16 | 11 | 0 | 123 | 334 | 10 | 20 |
| Binary | 100101 | 100111 | 101011 | 1110 | 1001 | 0 | 1010011 | 11011100 | 1000 | 10000 |
Color Harmonies of #25272B
Complementary color
Monochromatic Colors of #25272B
Black with #25272B
Text Example
Text Example
White with #25272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25272B; }
p { color: rgb(37,39,43); }
H1.HeaderClassName
{
color: #25272B;
}
.AnyTagClassName
{
color: #25272B;
}
</style>
background-color css
<style>
a { background-color: #25272B; }
a { background-color: rgb(37,39,43); }
div.DivClassName
{
background-color: #25272B;
}
.BgClassName
{
background-color: #25272B;
}
</style>
border-color css
<style>
span { border-color: #25272B; }
span { border-color: rgb(37,39,43); }
td.TdClassName
{
border-color: #25272B;
}
.TagClassName
{
border-color: #25272B;
}
</style>