Shades of Bunker #252A33
Tints of Bunker #252A33
RGB
CMYK
RGB Variations
Color information
#252A33 (or 0x252A33) is known color: Bunker. HEX triplet: 25, 2A and 33. RGB value is (37,42,51). Sum of RGB (Red+Green+Blue) = 37+42+51=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 51 - color contains mainly: blue. Hex color #252A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A33 is #DAD5CC. Grayscale: #292929. Windows color (decimal): -14341581 or 3353125. OLE color: 3353125.
HSL color Cylindrical-coordinate representation of color #252A33: hue angle of 218.57º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #252A33 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 37 | 42 | 51 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.8 |
| HSL | 218.57º | 0.16% | 0.17% | - |
| HSV(B) | 218.57º | 0.27% | 0.2% | - |
| XYZ | 2.19 | 2.29 | 3.46 | - |
| YUV | 41.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 51 | 0.27 | 0.18 | 0 | 0.8 | 218.57 | 0.16 | 0.17 |
| Hex | 25 | 2A | 33 | 1B | 12 | 0 | 50 | DB | 10 | 11 |
| Octal | 45 | 52 | 63 | 33 | 22 | 0 | 120 | 333 | 20 | 21 |
| Binary | 100101 | 101010 | 110011 | 11011 | 10010 | 0 | 1010000 | 11011011 | 10000 | 10001 |
Color Harmonies of #252A33
Complementary color
Monochromatic Colors of #252A33
Black with #252A33
Text Example
Text Example
White with #252A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A33; }
p { color: rgb(37,42,51); }
H1.HeaderClassName
{
color: #252A33;
}
.AnyTagClassName
{
color: #252A33;
}
</style>
background-color css
<style>
a { background-color: #252A33; }
a { background-color: rgb(37,42,51); }
div.DivClassName
{
background-color: #252A33;
}
.BgClassName
{
background-color: #252A33;
}
</style>
border-color css
<style>
span { border-color: #252A33; }
span { border-color: rgb(37,42,51); }
td.TdClassName
{
border-color: #252A33;
}
.TagClassName
{
border-color: #252A33;
}
</style>