Shades of Bunker #252A32
Tints of Bunker #252A32
RGB
CMYK
RGB Variations
Color information
#252A32 (or 0x252A32) is known color: Bunker. HEX triplet: 25, 2A and 32. RGB value is (37,42,50). Sum of RGB (Red+Green+Blue) = 37+42+50=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 50 - color contains mainly: blue. Hex color #252A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A32 is #DAD5CD. Grayscale: #292929. Windows color (decimal): -14341582 or 3287589. OLE color: 3287589.
HSL color Cylindrical-coordinate representation of color #252A32: hue angle of 216.92º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #252A32 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 42 | 50 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.80 |
| HSL | 216.92º | 0.15% | 0.17% | - |
| HSV(B) | 216.92º | 0.26% | 0.2% | - |
| XYZ | 2.17 | 2.28 | 3.34 | - |
| YUV | 41.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 50 | 0.26 | 0.16 | 0 | 0.80 | 216.92 | 0.15 | 0.17 |
| Hex | 25 | 2A | 32 | 1A | 10 | 0 | 50 | D9 | F | 11 |
| Octal | 45 | 52 | 62 | 32 | 20 | 0 | 120 | 331 | 17 | 21 |
| Binary | 100101 | 101010 | 110010 | 11010 | 10000 | 0 | 1010000 | 11011001 | 1111 | 10001 |
Color Harmonies of #252A32
Complementary color
Monochromatic Colors of #252A32
Black with #252A32
Text Example
Text Example
White with #252A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A32; }
p { color: rgb(37,42,50); }
H1.HeaderClassName
{
color: #252A32;
}
.AnyTagClassName
{
color: #252A32;
}
</style>
background-color css
<style>
a { background-color: #252A32; }
a { background-color: rgb(37,42,50); }
div.DivClassName
{
background-color: #252A32;
}
.BgClassName
{
background-color: #252A32;
}
</style>
border-color css
<style>
span { border-color: #252A32; }
span { border-color: rgb(37,42,50); }
td.TdClassName
{
border-color: #252A32;
}
.TagClassName
{
border-color: #252A32;
}
</style>