Shades of Bossanova #433247
Tints of Bossanova #433247
RGB
CMYK
RGB Variations
Color information
#433247 (or 0x433247) is known color: Bossanova. HEX triplet: 43, 32 and 47. RGB value is (67,50,71). Sum of RGB (Red+Green+Blue) = 67+50+71=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 71 - color contains mainly: blue. Hex color #433247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433247 is #BCCDB8. Grayscale: #393939. Windows color (decimal): -12373433 or 4665923. OLE color: 4665923.
HSL color Cylindrical-coordinate representation of color #433247: hue angle of 288.57º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #433247 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 50 | 71 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.72 |
| HSL | 288.57º | 0.17% | 0.24% | - |
| HSV(B) | 288.57º | 0.3% | 0.28% | - |
| XYZ | 4.59 | 3.93 | 6.48 | - |
| YUV | 57.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 71 | 0.06 | 0.30 | 0 | 0.72 | 288.57 | 0.17 | 0.24 |
| Hex | 43 | 32 | 47 | 6 | 1E | 0 | 48 | 121 | 11 | 18 |
| Octal | 103 | 62 | 107 | 6 | 36 | 0 | 110 | 441 | 21 | 30 |
| Binary | 1000011 | 110010 | 1000111 | 110 | 11110 | 0 | 1001000 | 100100001 | 10001 | 11000 |
Color Harmonies of #433247
Complementary color
Monochromatic Colors of #433247
Black with #433247
Text Example
Text Example
White with #433247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433247; }
p { color: rgb(67,50,71); }
H1.HeaderClassName
{
color: #433247;
}
.AnyTagClassName
{
color: #433247;
}
</style>
background-color css
<style>
a { background-color: #433247; }
a { background-color: rgb(67,50,71); }
div.DivClassName
{
background-color: #433247;
}
.BgClassName
{
background-color: #433247;
}
</style>
border-color css
<style>
span { border-color: #433247; }
span { border-color: rgb(67,50,71); }
td.TdClassName
{
border-color: #433247;
}
.TagClassName
{
border-color: #433247;
}
</style>