Shades of Bunker #252C33
Tints of Bunker #252C33
RGB
CMYK
RGB Variations
Color information
#252C33 (or 0x252C33) is known color: Bunker. HEX triplet: 25, 2C and 33. RGB value is (37,44,51). Sum of RGB (Red+Green+Blue) = 37+44+51=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 51 - color contains mainly: blue. Hex color #252C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C33 is #DAD3CC. Grayscale: #2A2A2A. Windows color (decimal): -14341069 or 3353637. OLE color: 3353637.
HSL color Cylindrical-coordinate representation of color #252C33: hue angle of 210º 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 #252C33 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 37 | 44 | 51 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.8 |
| HSL | 210º | 0.16% | 0.17% | - |
| HSV(B) | 210º | 0.27% | 0.2% | - |
| XYZ | 2.26 | 2.43 | 3.48 | - |
| YUV | 42.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 51 | 0.27 | 0.14 | 0 | 0.8 | 210 | 0.16 | 0.17 |
| Hex | 25 | 2C | 33 | 1B | E | 0 | 50 | D2 | 10 | 11 |
| Octal | 45 | 54 | 63 | 33 | 16 | 0 | 120 | 322 | 20 | 21 |
| Binary | 100101 | 101100 | 110011 | 11011 | 1110 | 0 | 1010000 | 11010010 | 10000 | 10001 |
Color Harmonies of #252C33
Complementary color
Monochromatic Colors of #252C33
Black with #252C33
Text Example
Text Example
White with #252C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C33; }
p { color: rgb(37,44,51); }
H1.HeaderClassName
{
color: #252C33;
}
.AnyTagClassName
{
color: #252C33;
}
</style>
background-color css
<style>
a { background-color: #252C33; }
a { background-color: rgb(37,44,51); }
div.DivClassName
{
background-color: #252C33;
}
.BgClassName
{
background-color: #252C33;
}
</style>
border-color css
<style>
span { border-color: #252C33; }
span { border-color: rgb(37,44,51); }
td.TdClassName
{
border-color: #252C33;
}
.TagClassName
{
border-color: #252C33;
}
</style>