Shades of Bunker #252B32
Tints of Bunker #252B32
RGB
CMYK
RGB Variations
Color information
#252B32 (or 0x252B32) is known color: Bunker. HEX triplet: 25, 2B and 32. RGB value is (37,43,50). Sum of RGB (Red+Green+Blue) = 37+43+50=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 50 - color contains mainly: blue. Hex color #252B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B32 is #DAD4CD. Grayscale: #292929. Windows color (decimal): -14341326 or 3287845. OLE color: 3287845.
HSL color Cylindrical-coordinate representation of color #252B32: hue angle of 212.31º 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 #252B32 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 43 | 50 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.80 |
| HSL | 212.31º | 0.15% | 0.17% | - |
| HSV(B) | 212.31º | 0.26% | 0.2% | - |
| XYZ | 2.2 | 2.35 | 3.36 | - |
| YUV | 42 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 50 | 0.26 | 0.14 | 0 | 0.80 | 212.31 | 0.15 | 0.17 |
| Hex | 25 | 2B | 32 | 1A | E | 0 | 50 | D4 | F | 11 |
| Octal | 45 | 53 | 62 | 32 | 16 | 0 | 120 | 324 | 17 | 21 |
| Binary | 100101 | 101011 | 110010 | 11010 | 1110 | 0 | 1010000 | 11010100 | 1111 | 10001 |
Color Harmonies of #252B32
Complementary color
Monochromatic Colors of #252B32
Black with #252B32
Text Example
Text Example
White with #252B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252B32; }
p { color: rgb(37,43,50); }
H1.HeaderClassName
{
color: #252B32;
}
.AnyTagClassName
{
color: #252B32;
}
</style>
background-color css
<style>
a { background-color: #252B32; }
a { background-color: rgb(37,43,50); }
div.DivClassName
{
background-color: #252B32;
}
.BgClassName
{
background-color: #252B32;
}
</style>
border-color css
<style>
span { border-color: #252B32; }
span { border-color: rgb(37,43,50); }
td.TdClassName
{
border-color: #252B32;
}
.TagClassName
{
border-color: #252B32;
}
</style>