Shades of Bunker #252A2F
Tints of Bunker #252A2F
RGB
CMYK
RGB Variations
Color information
#252A2F (or 0x252A2F) is known color: Bunker. HEX triplet: 25, 2A and 2F. RGB value is (37,42,47). Sum of RGB (Red+Green+Blue) = 37+42+47=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 47 - color contains mainly: blue. Hex color #252A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A2F is #DAD5D0. Grayscale: #292929. Windows color (decimal): -14341585 or 3090981. OLE color: 3090981.
HSL color Cylindrical-coordinate representation of color #252A2F: hue angle of 210º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #252A2F is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 37 | 42 | 47 | - |
CMYK | 0.21 | 0.11 | 0 | 0.82 |
HSL | 210º | 0.12% | 0.16% | - |
HSV(B) | 210º | 0.21% | 0.18% | - |
XYZ | 2.1 | 2.25 | 3.01 | - |
YUV | 41.08 | 131.34 | 125.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 42 | 47 | 0.21 | 0.11 | 0 | 0.82 | 210 | 0.12 | 0.16 |
Hex | 25 | 2A | 2F | 15 | B | 0 | 52 | D2 | C | 10 |
Octal | 45 | 52 | 57 | 25 | 13 | 0 | 122 | 322 | 14 | 20 |
Binary | 100101 | 101010 | 101111 | 10101 | 1011 | 0 | 1010010 | 11010010 | 1100 | 10000 |
Color Harmonies of #252A2F
Complementary color
Monochromatic Colors of #252A2F
Black with #252A2F
Text Example
Text Example
White with #252A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A2F; }
p { color: rgb(37,42,47); }
H1.HeaderClassName
{
color: #252A2F;
}
.AnyTagClassName
{
color: #252A2F;
}
</style>
background-color css
<style>
a { background-color: #252A2F; }
a { background-color: rgb(37,42,47); }
div.DivClassName
{
background-color: #252A2F;
}
.BgClassName
{
background-color: #252A2F;
}
</style>
border-color css
<style>
span { border-color: #252A2F; }
span { border-color: rgb(37,42,47); }
td.TdClassName
{
border-color: #252A2F;
}
.TagClassName
{
border-color: #252A2F;
}
</style>