Shades of Bunker #252A30
Tints of Bunker #252A30
RGB
CMYK
RGB Variations
Color information
#252A30 (or 0x252A30) is known color: Bunker. HEX triplet: 25, 2A and 30. RGB value is (37,42,48). Sum of RGB (Red+Green+Blue) = 37+42+48=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 48 - color contains mainly: blue. Hex color #252A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A30 is #DAD5CF. Grayscale: #292929. Windows color (decimal): -14341584 or 3156517. OLE color: 3156517.
HSL color Cylindrical-coordinate representation of color #252A30: hue angle of 212.73º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #252A30 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 37 | 42 | 48 | - |
CMYK | 0.23 | 0.13 | 0 | 0.81 |
HSL | 212.73º | 0.13% | 0.17% | - |
HSV(B) | 212.73º | 0.23% | 0.19% | - |
XYZ | 2.12 | 2.26 | 3.12 | - |
YUV | 41.19 | 131.84 | 125.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 42 | 48 | 0.23 | 0.13 | 0 | 0.81 | 212.73 | 0.13 | 0.17 |
Hex | 25 | 2A | 30 | 17 | D | 0 | 51 | D5 | D | 11 |
Octal | 45 | 52 | 60 | 27 | 15 | 0 | 121 | 325 | 15 | 21 |
Binary | 100101 | 101010 | 110000 | 10111 | 1101 | 0 | 1010001 | 11010101 | 1101 | 10001 |
Color Harmonies of #252A30
Complementary color
Monochromatic Colors of #252A30
Black with #252A30
Text Example
Text Example
White with #252A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A30; }
p { color: rgb(37,42,48); }
H1.HeaderClassName
{
color: #252A30;
}
.AnyTagClassName
{
color: #252A30;
}
</style>
background-color css
<style>
a { background-color: #252A30; }
a { background-color: rgb(37,42,48); }
div.DivClassName
{
background-color: #252A30;
}
.BgClassName
{
background-color: #252A30;
}
</style>
border-color css
<style>
span { border-color: #252A30; }
span { border-color: rgb(37,42,48); }
td.TdClassName
{
border-color: #252A30;
}
.TagClassName
{
border-color: #252A30;
}
</style>