Shades of Bunker #25272A
Tints of Bunker #25272A
RGB
CMYK
RGB Variations
Color information
#25272A (or 0x25272A) is known color: Bunker. HEX triplet: 25, 27 and 2A. RGB value is (37,39,42). Sum of RGB (Red+Green+Blue) = 37+39+42=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 42 - color contains mainly: blue. Hex color #25272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25272A is #DAD8D5. Grayscale: #262626. Windows color (decimal): -14342358 or 2762533. OLE color: 2762533.
HSL color Cylindrical-coordinate representation of color #25272A: hue angle of 216º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #25272A is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 37 | 39 | 42 | - |
CMYK | 0.12 | 0.07 | 0 | 0.84 |
HSL | 216º | 0.06% | 0.15% | - |
HSV(B) | 216º | 0.12% | 0.16% | - |
XYZ | 1.91 | 2.01 | 2.48 | - |
YUV | 38.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 39 | 42 | 0.12 | 0.07 | 0 | 0.84 | 216 | 0.06 | 0.15 |
Hex | 25 | 27 | 2A | C | 7 | 0 | 54 | D8 | 6 | F |
Octal | 45 | 47 | 52 | 14 | 7 | 0 | 124 | 330 | 6 | 17 |
Binary | 100101 | 100111 | 101010 | 1100 | 111 | 0 | 1010100 | 11011000 | 110 | 1111 |
Color Harmonies of #25272A
Complementary color
Monochromatic Colors of #25272A
Black with #25272A
Text Example
Text Example
White with #25272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25272A; }
p { color: rgb(37,39,42); }
H1.HeaderClassName
{
color: #25272A;
}
.AnyTagClassName
{
color: #25272A;
}
</style>
background-color css
<style>
a { background-color: #25272A; }
a { background-color: rgb(37,39,42); }
div.DivClassName
{
background-color: #25272A;
}
.BgClassName
{
background-color: #25272A;
}
</style>
border-color css
<style>
span { border-color: #25272A; }
span { border-color: rgb(37,39,42); }
td.TdClassName
{
border-color: #25272A;
}
.TagClassName
{
border-color: #25272A;
}
</style>