Shades of Bunting #273151
Tints of Bunting #273151
RGB
CMYK
RGB Variations
Color information
#273151 (or 0x273151) is known color: Bunting. HEX triplet: 27, 31 and 51. RGB value is (39,49,81). Sum of RGB (Red+Green+Blue) = 39+49+81=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #273151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273151 is #D8CEAE. Grayscale: #313131. Windows color (decimal): -14208687 or 5320999. OLE color: 5320999.
HSL color Cylindrical-coordinate representation of color #273151: hue angle of 225.71º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #273151 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 49 | 81 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.68 |
| HSL | 225.71º | 0.35% | 0.24% | - |
| HSV(B) | 225.71º | 0.52% | 0.32% | - |
| XYZ | 3.42 | 3.22 | 8.23 | - |
| YUV | 49.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 81 | 0.52 | 0.40 | 0 | 0.68 | 225.71 | 0.35 | 0.24 |
| Hex | 27 | 31 | 51 | 34 | 28 | 0 | 44 | E2 | 23 | 18 |
| Octal | 47 | 61 | 121 | 64 | 50 | 0 | 104 | 342 | 43 | 30 |
| Binary | 100111 | 110001 | 1010001 | 110100 | 101000 | 0 | 1000100 | 11100010 | 100011 | 11000 |
Color Harmonies of #273151
Complementary color
Monochromatic Colors of #273151
Black with #273151
Text Example
Text Example
White with #273151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273151; }
p { color: rgb(39,49,81); }
H1.HeaderClassName
{
color: #273151;
}
.AnyTagClassName
{
color: #273151;
}
</style>
background-color css
<style>
a { background-color: #273151; }
a { background-color: rgb(39,49,81); }
div.DivClassName
{
background-color: #273151;
}
.BgClassName
{
background-color: #273151;
}
</style>
border-color css
<style>
span { border-color: #273151; }
span { border-color: rgb(39,49,81); }
td.TdClassName
{
border-color: #273151;
}
.TagClassName
{
border-color: #273151;
}
</style>