Shades of Blackberry #411737
Tints of Blackberry #411737
RGB
CMYK
RGB Variations
Color information
#411737 (or 0x411737) is known color: Blackberry. HEX triplet: 41, 17 and 37. RGB value is (65,23,55). Sum of RGB (Red+Green+Blue) = 65+23+55=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #411737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411737 is #BEE8C8. Grayscale: #272727. Windows color (decimal): -12511433 or 3610433. OLE color: 3610433.
HSL color Cylindrical-coordinate representation of color #411737: hue angle of 314.29º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411737 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 23 | 55 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.75 |
| HSL | 314.29º | 0.48% | 0.17% | - |
| HSV(B) | 314.29º | 0.65% | 0.25% | - |
| XYZ | 3.18 | 2.01 | 3.84 | - |
| YUV | 39.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 55 | 0 | 0.65 | 0.15 | 0.75 | 314.29 | 0.48 | 0.17 |
| Hex | 41 | 17 | 37 | 0 | 41 | F | 4B | 13A | 30 | 11 |
| Octal | 101 | 27 | 67 | 0 | 101 | 17 | 113 | 472 | 60 | 21 |
| Binary | 1000001 | 10111 | 110111 | 0 | 1000001 | 1111 | 1001011 | 100111010 | 110000 | 10001 |
Color Harmonies of #411737
Complementary color
Monochromatic Colors of #411737
Black with #411737
Text Example
Text Example
White with #411737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411737; }
p { color: rgb(65,23,55); }
H1.HeaderClassName
{
color: #411737;
}
.AnyTagClassName
{
color: #411737;
}
</style>
background-color css
<style>
a { background-color: #411737; }
a { background-color: rgb(65,23,55); }
div.DivClassName
{
background-color: #411737;
}
.BgClassName
{
background-color: #411737;
}
</style>
border-color css
<style>
span { border-color: #411737; }
span { border-color: rgb(65,23,55); }
td.TdClassName
{
border-color: #411737;
}
.TagClassName
{
border-color: #411737;
}
</style>