Shades of Bunker #252B31
Tints of Bunker #252B31
RGB
CMYK
RGB Variations
Color information
#252B31 (or 0x252B31) is known color: Bunker. HEX triplet: 25, 2B and 31. RGB value is (37,43,49). Sum of RGB (Red+Green+Blue) = 37+43+49=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 49 - color contains mainly: blue. Hex color #252B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B31 is #DAD4CE. Grayscale: #292929. Windows color (decimal): -14341327 or 3222309. OLE color: 3222309.
HSL color Cylindrical-coordinate representation of color #252B31: hue angle of 210º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #252B31 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 43 | 49 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.81 |
| HSL | 210º | 0.14% | 0.17% | - |
| HSV(B) | 210º | 0.24% | 0.19% | - |
| XYZ | 2.18 | 2.34 | 3.24 | - |
| YUV | 41.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 49 | 0.24 | 0.12 | 0 | 0.81 | 210 | 0.14 | 0.17 |
| Hex | 25 | 2B | 31 | 18 | C | 0 | 51 | D2 | E | 11 |
| Octal | 45 | 53 | 61 | 30 | 14 | 0 | 121 | 322 | 16 | 21 |
| Binary | 100101 | 101011 | 110001 | 11000 | 1100 | 0 | 1010001 | 11010010 | 1110 | 10001 |
Color Harmonies of #252B31
Complementary color
Monochromatic Colors of #252B31
Black with #252B31
Text Example
Text Example
White with #252B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252B31; }
p { color: rgb(37,43,49); }
H1.HeaderClassName
{
color: #252B31;
}
.AnyTagClassName
{
color: #252B31;
}
</style>
background-color css
<style>
a { background-color: #252B31; }
a { background-color: rgb(37,43,49); }
div.DivClassName
{
background-color: #252B31;
}
.BgClassName
{
background-color: #252B31;
}
</style>
border-color css
<style>
span { border-color: #252B31; }
span { border-color: rgb(37,43,49); }
td.TdClassName
{
border-color: #252B31;
}
.TagClassName
{
border-color: #252B31;
}
</style>