Shades of Bunting #293142
Tints of Bunting #293142
RGB
CMYK
RGB Variations
Color information
#293142 (or 0x293142) is known color: Bunting. HEX triplet: 29, 31 and 42. RGB value is (41,49,66). Sum of RGB (Red+Green+Blue) = 41+49+66=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 66 - color contains mainly: blue. Hex color #293142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293142 is #D6CEBD. Grayscale: #303030. Windows color (decimal): -14077630 or 4337961. OLE color: 4337961.
HSL color Cylindrical-coordinate representation of color #293142: hue angle of 220.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #293142 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 49 | 66 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.74 |
| HSL | 220.8º | 0.23% | 0.21% | - |
| HSV(B) | 220.8º | 0.38% | 0.26% | - |
| XYZ | 3 | 3.06 | 5.59 | - |
| YUV | 48.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 66 | 0.38 | 0.26 | 0 | 0.74 | 220.8 | 0.23 | 0.21 |
| Hex | 29 | 31 | 42 | 26 | 1A | 0 | 4A | DD | 17 | 15 |
| Octal | 51 | 61 | 102 | 46 | 32 | 0 | 112 | 335 | 27 | 25 |
| Binary | 101001 | 110001 | 1000010 | 100110 | 11010 | 0 | 1001010 | 11011101 | 10111 | 10101 |
Color Harmonies of #293142
Complementary color
Monochromatic Colors of #293142
Black with #293142
Text Example
Text Example
White with #293142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293142; }
p { color: rgb(41,49,66); }
H1.HeaderClassName
{
color: #293142;
}
.AnyTagClassName
{
color: #293142;
}
</style>
background-color css
<style>
a { background-color: #293142; }
a { background-color: rgb(41,49,66); }
div.DivClassName
{
background-color: #293142;
}
.BgClassName
{
background-color: #293142;
}
</style>
border-color css
<style>
span { border-color: #293142; }
span { border-color: rgb(41,49,66); }
td.TdClassName
{
border-color: #293142;
}
.TagClassName
{
border-color: #293142;
}
</style>