Shades of Bossanova #443C45
Tints of Bossanova #443C45
RGB
CMYK
RGB Variations
Color information
#443C45 (or 0x443C45) is known color: Bossanova. HEX triplet: 44, 3C and 45. RGB value is (68,60,69). Sum of RGB (Red+Green+Blue) = 68+60+69=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 69 - color contains mainly: blue. Hex color #443C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C45 is #BBC3BA. Grayscale: #3F3F3F. Windows color (decimal): -12305339 or 4537412. OLE color: 4537412.
HSL color Cylindrical-coordinate representation of color #443C45: hue angle of 293.33º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #443C45 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 60 | 69 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.73 |
| HSL | 293.33º | 0.07% | 0.25% | - |
| HSV(B) | 293.33º | 0.13% | 0.27% | - |
| XYZ | 5.07 | 4.89 | 6.31 | - |
| YUV | 63.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 69 | 0.01 | 0.13 | 0 | 0.73 | 293.33 | 0.07 | 0.25 |
| Hex | 44 | 3C | 45 | 1 | D | 0 | 49 | 125 | 7 | 19 |
| Octal | 104 | 74 | 105 | 1 | 15 | 0 | 111 | 445 | 7 | 31 |
| Binary | 1000100 | 111100 | 1000101 | 1 | 1101 | 0 | 1001001 | 100100101 | 111 | 11001 |
Color Harmonies of #443C45
Complementary color
Monochromatic Colors of #443C45
Black with #443C45
Text Example
Text Example
White with #443C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C45; }
p { color: rgb(68,60,69); }
H1.HeaderClassName
{
color: #443C45;
}
.AnyTagClassName
{
color: #443C45;
}
</style>
background-color css
<style>
a { background-color: #443C45; }
a { background-color: rgb(68,60,69); }
div.DivClassName
{
background-color: #443C45;
}
.BgClassName
{
background-color: #443C45;
}
</style>
border-color css
<style>
span { border-color: #443C45; }
span { border-color: rgb(68,60,69); }
td.TdClassName
{
border-color: #443C45;
}
.TagClassName
{
border-color: #443C45;
}
</style>