Shades of Bunting #273142
Tints of Bunting #273142
RGB
CMYK
RGB Variations
Color information
#273142 (or 0x273142) is known color: Bunting. HEX triplet: 27, 31 and 42. RGB value is (39,49,66). Sum of RGB (Red+Green+Blue) = 39+49+66=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 66 - color contains mainly: blue. Hex color #273142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273142 is #D8CEBD. Grayscale: #2F2F2F. Windows color (decimal): -14208702 or 4337959. OLE color: 4337959.
HSL color Cylindrical-coordinate representation of color #273142: hue angle of 217.78º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #273142 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 49 | 66 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.74 |
| HSL | 217.78º | 0.26% | 0.21% | - |
| HSV(B) | 217.78º | 0.41% | 0.26% | - |
| XYZ | 2.92 | 3.02 | 5.58 | - |
| YUV | 47.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 66 | 0.41 | 0.26 | 0 | 0.74 | 217.78 | 0.26 | 0.21 |
| Hex | 27 | 31 | 42 | 29 | 1A | 0 | 4A | DA | 1A | 15 |
| Octal | 47 | 61 | 102 | 51 | 32 | 0 | 112 | 332 | 32 | 25 |
| Binary | 100111 | 110001 | 1000010 | 101001 | 11010 | 0 | 1001010 | 11011010 | 11010 | 10101 |
Color Harmonies of #273142
Complementary color
Monochromatic Colors of #273142
Black with #273142
Text Example
Text Example
White with #273142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273142; }
p { color: rgb(39,49,66); }
H1.HeaderClassName
{
color: #273142;
}
.AnyTagClassName
{
color: #273142;
}
</style>
background-color css
<style>
a { background-color: #273142; }
a { background-color: rgb(39,49,66); }
div.DivClassName
{
background-color: #273142;
}
.BgClassName
{
background-color: #273142;
}
</style>
border-color css
<style>
span { border-color: #273142; }
span { border-color: rgb(39,49,66); }
td.TdClassName
{
border-color: #273142;
}
.TagClassName
{
border-color: #273142;
}
</style>