Shades of Bunting #293143
Tints of Bunting #293143
RGB
CMYK
RGB Variations
Color information
#293143 (or 0x293143) is known color: Bunting. HEX triplet: 29, 31 and 43. RGB value is (41,49,67). Sum of RGB (Red+Green+Blue) = 41+49+67=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 67 - color contains mainly: blue. Hex color #293143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293143 is #D6CEBC. Grayscale: #303030. Windows color (decimal): -14077629 or 4403497. OLE color: 4403497.
HSL color Cylindrical-coordinate representation of color #293143: hue angle of 221.54º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #293143 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 49 | 67 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.74 |
| HSL | 221.54º | 0.24% | 0.21% | - |
| HSV(B) | 221.54º | 0.39% | 0.26% | - |
| XYZ | 3.03 | 3.07 | 5.74 | - |
| YUV | 48.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 67 | 0.39 | 0.27 | 0 | 0.74 | 221.54 | 0.24 | 0.21 |
| Hex | 29 | 31 | 43 | 27 | 1B | 0 | 4A | DE | 18 | 15 |
| Octal | 51 | 61 | 103 | 47 | 33 | 0 | 112 | 336 | 30 | 25 |
| Binary | 101001 | 110001 | 1000011 | 100111 | 11011 | 0 | 1001010 | 11011110 | 11000 | 10101 |
Color Harmonies of #293143
Complementary color
Monochromatic Colors of #293143
Black with #293143
Text Example
Text Example
White with #293143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293143; }
p { color: rgb(41,49,67); }
H1.HeaderClassName
{
color: #293143;
}
.AnyTagClassName
{
color: #293143;
}
</style>
background-color css
<style>
a { background-color: #293143; }
a { background-color: rgb(41,49,67); }
div.DivClassName
{
background-color: #293143;
}
.BgClassName
{
background-color: #293143;
}
</style>
border-color css
<style>
span { border-color: #293143; }
span { border-color: rgb(41,49,67); }
td.TdClassName
{
border-color: #293143;
}
.TagClassName
{
border-color: #293143;
}
</style>