Shades of Bossanova #403A42
Tints of Bossanova #403A42
RGB
CMYK
RGB Variations
Color information
#403A42 (or 0x403A42) is known color: Bossanova. HEX triplet: 40, 3A and 42. RGB value is (64,58,66). Sum of RGB (Red+Green+Blue) = 64+58+66=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 66 - color contains mainly: blue. Hex color #403A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A42 is #BFC5BD. Grayscale: #3C3C3C. Windows color (decimal): -12567998 or 4340288. OLE color: 4340288.
HSL color Cylindrical-coordinate representation of color #403A42: hue angle of 285º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #403A42 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 58 | 66 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.74 |
| HSL | 285º | 0.06% | 0.24% | - |
| HSV(B) | 285º | 0.12% | 0.26% | - |
| XYZ | 4.61 | 4.51 | 5.78 | - |
| YUV | 60.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 66 | 0.03 | 0.12 | 0 | 0.74 | 285 | 0.06 | 0.24 |
| Hex | 40 | 3A | 42 | 3 | C | 0 | 4A | 11D | 6 | 18 |
| Octal | 100 | 72 | 102 | 3 | 14 | 0 | 112 | 435 | 6 | 30 |
| Binary | 1000000 | 111010 | 1000010 | 11 | 1100 | 0 | 1001010 | 100011101 | 110 | 11000 |
Color Harmonies of #403A42
Complementary color
Monochromatic Colors of #403A42
Black with #403A42
Text Example
Text Example
White with #403A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A42; }
p { color: rgb(64,58,66); }
H1.HeaderClassName
{
color: #403A42;
}
.AnyTagClassName
{
color: #403A42;
}
</style>
background-color css
<style>
a { background-color: #403A42; }
a { background-color: rgb(64,58,66); }
div.DivClassName
{
background-color: #403A42;
}
.BgClassName
{
background-color: #403A42;
}
</style>
border-color css
<style>
span { border-color: #403A42; }
span { border-color: rgb(64,58,66); }
td.TdClassName
{
border-color: #403A42;
}
.TagClassName
{
border-color: #403A42;
}
</style>