Shades of Bunting #293243
Tints of Bunting #293243
RGB
CMYK
RGB Variations
Color information
#293243 (or 0x293243) is known color: Bunting. HEX triplet: 29, 32 and 43. RGB value is (41,50,67). Sum of RGB (Red+Green+Blue) = 41+50+67=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 67 - color contains mainly: blue. Hex color #293243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293243 is #D6CDBC. Grayscale: #313131. Windows color (decimal): -14077373 or 4403753. OLE color: 4403753.
HSL color Cylindrical-coordinate representation of color #293243: hue angle of 219.23º 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 #293243 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 50 | 67 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.74 |
| HSL | 219.23º | 0.24% | 0.21% | - |
| HSV(B) | 219.23º | 0.39% | 0.26% | - |
| XYZ | 3.07 | 3.16 | 5.76 | - |
| YUV | 49.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 67 | 0.39 | 0.25 | 0 | 0.74 | 219.23 | 0.24 | 0.21 |
| Hex | 29 | 32 | 43 | 27 | 19 | 0 | 4A | DB | 18 | 15 |
| Octal | 51 | 62 | 103 | 47 | 31 | 0 | 112 | 333 | 30 | 25 |
| Binary | 101001 | 110010 | 1000011 | 100111 | 11001 | 0 | 1001010 | 11011011 | 11000 | 10101 |
Color Harmonies of #293243
Complementary color
Monochromatic Colors of #293243
Black with #293243
Text Example
Text Example
White with #293243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293243; }
p { color: rgb(41,50,67); }
H1.HeaderClassName
{
color: #293243;
}
.AnyTagClassName
{
color: #293243;
}
</style>
background-color css
<style>
a { background-color: #293243; }
a { background-color: rgb(41,50,67); }
div.DivClassName
{
background-color: #293243;
}
.BgClassName
{
background-color: #293243;
}
</style>
border-color css
<style>
span { border-color: #293243; }
span { border-color: rgb(41,50,67); }
td.TdClassName
{
border-color: #293243;
}
.TagClassName
{
border-color: #293243;
}
</style>