Shades of Blackberry #411736
Tints of Blackberry #411736
RGB
CMYK
RGB Variations
Color information
#411736 (or 0x411736) is known color: Blackberry. HEX triplet: 41, 17 and 36. RGB value is (65,23,54). Sum of RGB (Red+Green+Blue) = 65+23+54=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #411736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411736 is #BEE8C9. Grayscale: #272727. Windows color (decimal): -12511434 or 3544897. OLE color: 3544897.
HSL color Cylindrical-coordinate representation of color #411736: hue angle of 315.71º 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 #411736 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 23 | 54 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.75 |
| HSL | 315.71º | 0.48% | 0.17% | - |
| HSV(B) | 315.71º | 0.65% | 0.25% | - |
| XYZ | 3.15 | 2 | 3.71 | - |
| YUV | 39.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 54 | 0 | 0.65 | 0.17 | 0.75 | 315.71 | 0.48 | 0.17 |
| Hex | 41 | 17 | 36 | 0 | 41 | 11 | 4B | 13C | 30 | 11 |
| Octal | 101 | 27 | 66 | 0 | 101 | 21 | 113 | 474 | 60 | 21 |
| Binary | 1000001 | 10111 | 110110 | 0 | 1000001 | 10001 | 1001011 | 100111100 | 110000 | 10001 |
Color Harmonies of #411736
Complementary color
Monochromatic Colors of #411736
Black with #411736
Text Example
Text Example
White with #411736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411736; }
p { color: rgb(65,23,54); }
H1.HeaderClassName
{
color: #411736;
}
.AnyTagClassName
{
color: #411736;
}
</style>
background-color css
<style>
a { background-color: #411736; }
a { background-color: rgb(65,23,54); }
div.DivClassName
{
background-color: #411736;
}
.BgClassName
{
background-color: #411736;
}
</style>
border-color css
<style>
span { border-color: #411736; }
span { border-color: rgb(65,23,54); }
td.TdClassName
{
border-color: #411736;
}
.TagClassName
{
border-color: #411736;
}
</style>