Shades of Bossanova #413344
Tints of Bossanova #413344
RGB
CMYK
RGB Variations
Color information
#413344 (or 0x413344) is known color: Bossanova. HEX triplet: 41, 33 and 44. RGB value is (65,51,68). Sum of RGB (Red+Green+Blue) = 65+51+68=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 68 - color contains mainly: blue. Hex color #413344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413344 is #BECCBB. Grayscale: #393939. Windows color (decimal): -12504252 or 4469569. OLE color: 4469569.
HSL color Cylindrical-coordinate representation of color #413344: hue angle of 289.41º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413344 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 51 | 68 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.73 |
| HSL | 289.41º | 0.14% | 0.23% | - |
| HSV(B) | 289.41º | 0.25% | 0.27% | - |
| XYZ | 4.41 | 3.91 | 5.99 | - |
| YUV | 57.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 68 | 0.04 | 0.25 | 0 | 0.73 | 289.41 | 0.14 | 0.23 |
| Hex | 41 | 33 | 44 | 4 | 19 | 0 | 49 | 121 | E | 17 |
| Octal | 101 | 63 | 104 | 4 | 31 | 0 | 111 | 441 | 16 | 27 |
| Binary | 1000001 | 110011 | 1000100 | 100 | 11001 | 0 | 1001001 | 100100001 | 1110 | 10111 |
Color Harmonies of #413344
Complementary color
Monochromatic Colors of #413344
Black with #413344
Text Example
Text Example
White with #413344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413344; }
p { color: rgb(65,51,68); }
H1.HeaderClassName
{
color: #413344;
}
.AnyTagClassName
{
color: #413344;
}
</style>
background-color css
<style>
a { background-color: #413344; }
a { background-color: rgb(65,51,68); }
div.DivClassName
{
background-color: #413344;
}
.BgClassName
{
background-color: #413344;
}
</style>
border-color css
<style>
span { border-color: #413344; }
span { border-color: rgb(65,51,68); }
td.TdClassName
{
border-color: #413344;
}
.TagClassName
{
border-color: #413344;
}
</style>