Shades of Bunting #272F40
Tints of Bunting #272F40
RGB
CMYK
RGB Variations
Color information
#272F40 (or 0x272F40) is known color: Bunting. HEX triplet: 27, 2F and 40. RGB value is (39,47,64). Sum of RGB (Red+Green+Blue) = 39+47+64=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #272F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F40 is #D8D0BF. Grayscale: #2E2E2E. Windows color (decimal): -14209216 or 4206375. OLE color: 4206375.
HSL color Cylindrical-coordinate representation of color #272F40: hue angle of 220.8º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #272F40 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 47 | 64 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.75 |
| HSL | 220.8º | 0.24% | 0.2% | - |
| HSV(B) | 220.8º | 0.39% | 0.25% | - |
| XYZ | 2.78 | 2.83 | 5.25 | - |
| YUV | 46.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 64 | 0.39 | 0.27 | 0 | 0.75 | 220.8 | 0.24 | 0.2 |
| Hex | 27 | 2F | 40 | 27 | 1B | 0 | 4B | DD | 18 | 14 |
| Octal | 47 | 57 | 100 | 47 | 33 | 0 | 113 | 335 | 30 | 24 |
| Binary | 100111 | 101111 | 1000000 | 100111 | 11011 | 0 | 1001011 | 11011101 | 11000 | 10100 |
Color Harmonies of #272F40
Complementary color
Monochromatic Colors of #272F40
Black with #272F40
Text Example
Text Example
White with #272F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F40; }
p { color: rgb(39,47,64); }
H1.HeaderClassName
{
color: #272F40;
}
.AnyTagClassName
{
color: #272F40;
}
</style>
background-color css
<style>
a { background-color: #272F40; }
a { background-color: rgb(39,47,64); }
div.DivClassName
{
background-color: #272F40;
}
.BgClassName
{
background-color: #272F40;
}
</style>
border-color css
<style>
span { border-color: #272F40; }
span { border-color: rgb(39,47,64); }
td.TdClassName
{
border-color: #272F40;
}
.TagClassName
{
border-color: #272F40;
}
</style>