Shades of Blackberry #41152E
Tints of Blackberry #41152E
RGB
CMYK
RGB Variations
Color information
#41152E (or 0x41152E) is known color: Blackberry. HEX triplet: 41, 15 and 2E. RGB value is (65,21,46). Sum of RGB (Red+Green+Blue) = 65+21+46=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41152E is #BEEAD1. Grayscale: #242424. Windows color (decimal): -12511954 or 3020097. OLE color: 3020097.
HSL color Cylindrical-coordinate representation of color #41152E: hue angle of 325.91º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41152E is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 21 | 46 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.75 |
| HSL | 325.91º | 0.51% | 0.17% | - |
| HSV(B) | 325.91º | 0.68% | 0.25% | - |
| XYZ | 2.94 | 1.86 | 2.79 | - |
| YUV | 37.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 21 | 46 | 0 | 0.68 | 0.29 | 0.75 | 325.91 | 0.51 | 0.17 |
| Hex | 41 | 15 | 2E | 0 | 44 | 1D | 4B | 146 | 33 | 11 |
| Octal | 101 | 25 | 56 | 0 | 104 | 35 | 113 | 506 | 63 | 21 |
| Binary | 1000001 | 10101 | 101110 | 0 | 1000100 | 11101 | 1001011 | 101000110 | 110011 | 10001 |
Color Harmonies of #41152E
Complementary color
Monochromatic Colors of #41152E
Black with #41152E
Text Example
Text Example
White with #41152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41152E; }
p { color: rgb(65,21,46); }
H1.HeaderClassName
{
color: #41152E;
}
.AnyTagClassName
{
color: #41152E;
}
</style>
background-color css
<style>
a { background-color: #41152E; }
a { background-color: rgb(65,21,46); }
div.DivClassName
{
background-color: #41152E;
}
.BgClassName
{
background-color: #41152E;
}
</style>
border-color css
<style>
span { border-color: #41152E; }
span { border-color: rgb(65,21,46); }
td.TdClassName
{
border-color: #41152E;
}
.TagClassName
{
border-color: #41152E;
}
</style>