Shades of Bunker #252C34
Tints of Bunker #252C34
RGB
CMYK
RGB Variations
Color information
#252C34 (or 0x252C34) is known color: Bunker. HEX triplet: 25, 2C and 34. RGB value is (37,44,52). Sum of RGB (Red+Green+Blue) = 37+44+52=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 52 - color contains mainly: blue. Hex color #252C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C34 is #DAD3CB. Grayscale: #2A2A2A. Windows color (decimal): -14341068 or 3419173. OLE color: 3419173.
HSL color Cylindrical-coordinate representation of color #252C34: hue angle of 212º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #252C34 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 44 | 52 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.80 |
| HSL | 212º | 0.17% | 0.17% | - |
| HSV(B) | 212º | 0.29% | 0.2% | - |
| XYZ | 2.28 | 2.44 | 3.6 | - |
| YUV | 42.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 52 | 0.29 | 0.15 | 0 | 0.80 | 212 | 0.17 | 0.17 |
| Hex | 25 | 2C | 34 | 1D | F | 0 | 50 | D4 | 11 | 11 |
| Octal | 45 | 54 | 64 | 35 | 17 | 0 | 120 | 324 | 21 | 21 |
| Binary | 100101 | 101100 | 110100 | 11101 | 1111 | 0 | 1010000 | 11010100 | 10001 | 10001 |
Color Harmonies of #252C34
Complementary color
Monochromatic Colors of #252C34
Black with #252C34
Text Example
Text Example
White with #252C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C34; }
p { color: rgb(37,44,52); }
H1.HeaderClassName
{
color: #252C34;
}
.AnyTagClassName
{
color: #252C34;
}
</style>
background-color css
<style>
a { background-color: #252C34; }
a { background-color: rgb(37,44,52); }
div.DivClassName
{
background-color: #252C34;
}
.BgClassName
{
background-color: #252C34;
}
</style>
border-color css
<style>
span { border-color: #252C34; }
span { border-color: rgb(37,44,52); }
td.TdClassName
{
border-color: #252C34;
}
.TagClassName
{
border-color: #252C34;
}
</style>