Shades of Bossanova #3F3941
Tints of Bossanova #3F3941
RGB
CMYK
RGB Variations
Color information
#3F3941 (or 0x3F3941) is known color: Bossanova. HEX triplet: 3F, 39 and 41. RGB value is (63,57,65). Sum of RGB (Red+Green+Blue) = 63+57+65=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F3941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3941 is #C0C6BE. Grayscale: #3B3B3B. Windows color (decimal): -12633791 or 4274495. OLE color: 4274495.
HSL color Cylindrical-coordinate representation of color #3F3941: hue angle of 285º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3F3941 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 65 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.75 |
| HSL | 285º | 0.07% | 0.24% | - |
| HSV(B) | 285º | 0.12% | 0.25% | - |
| XYZ | 4.47 | 4.36 | 5.61 | - |
| YUV | 59.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 65 | 0.03 | 0.12 | 0 | 0.75 | 285 | 0.07 | 0.24 |
| Hex | 3F | 39 | 41 | 3 | C | 0 | 4B | 11D | 7 | 18 |
| Octal | 77 | 71 | 101 | 3 | 14 | 0 | 113 | 435 | 7 | 30 |
| Binary | 111111 | 111001 | 1000001 | 11 | 1100 | 0 | 1001011 | 100011101 | 111 | 11000 |
Color Harmonies of #3F3941
Complementary color
Monochromatic Colors of #3F3941
Black with #3F3941
Text Example
Text Example
White with #3F3941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3941; }
p { color: rgb(63,57,65); }
H1.HeaderClassName
{
color: #3F3941;
}
.AnyTagClassName
{
color: #3F3941;
}
</style>
background-color css
<style>
a { background-color: #3F3941; }
a { background-color: rgb(63,57,65); }
div.DivClassName
{
background-color: #3F3941;
}
.BgClassName
{
background-color: #3F3941;
}
</style>
border-color css
<style>
span { border-color: #3F3941; }
span { border-color: rgb(63,57,65); }
td.TdClassName
{
border-color: #3F3941;
}
.TagClassName
{
border-color: #3F3941;
}
</style>