Shades of Bunting #29324B
Tints of Bunting #29324B
RGB
CMYK
RGB Variations
Color information
#29324B (or 0x29324B) is known color: Bunting. HEX triplet: 29, 32 and 4B. RGB value is (41,50,75). Sum of RGB (Red+Green+Blue) = 41+50+75=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #29324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29324B is #D6CDB4. Grayscale: #323232. Windows color (decimal): -14077365 or 4928041. OLE color: 4928041.
HSL color Cylindrical-coordinate representation of color #29324B: hue angle of 224.12º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #29324B is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 50 | 75 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.71 |
| HSL | 224.12º | 0.29% | 0.23% | - |
| HSV(B) | 224.12º | 0.45% | 0.29% | - |
| XYZ | 3.33 | 3.26 | 7.11 | - |
| YUV | 50.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 75 | 0.45 | 0.33 | 0 | 0.71 | 224.12 | 0.29 | 0.23 |
| Hex | 29 | 32 | 4B | 2D | 21 | 0 | 47 | E0 | 1D | 17 |
| Octal | 51 | 62 | 113 | 55 | 41 | 0 | 107 | 340 | 35 | 27 |
| Binary | 101001 | 110010 | 1001011 | 101101 | 100001 | 0 | 1000111 | 11100000 | 11101 | 10111 |
Color Harmonies of #29324B
Complementary color
Monochromatic Colors of #29324B
Black with #29324B
Text Example
Text Example
White with #29324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29324B; }
p { color: rgb(41,50,75); }
H1.HeaderClassName
{
color: #29324B;
}
.AnyTagClassName
{
color: #29324B;
}
</style>
background-color css
<style>
a { background-color: #29324B; }
a { background-color: rgb(41,50,75); }
div.DivClassName
{
background-color: #29324B;
}
.BgClassName
{
background-color: #29324B;
}
</style>
border-color css
<style>
span { border-color: #29324B; }
span { border-color: rgb(41,50,75); }
td.TdClassName
{
border-color: #29324B;
}
.TagClassName
{
border-color: #29324B;
}
</style>