Shades of Blackberry #41152C
Tints of Blackberry #41152C
RGB
CMYK
RGB Variations
Color information
#41152C (or 0x41152C) is known color: Blackberry. HEX triplet: 41, 15 and 2C. RGB value is (65,21,44). Sum of RGB (Red+Green+Blue) = 65+21+44=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41152C is #BEEAD3. Grayscale: #242424. Windows color (decimal): -12511956 or 2889025. OLE color: 2889025.
HSL color Cylindrical-coordinate representation of color #41152C: hue angle of 328.64º 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 #41152C is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 21 | 44 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.75 |
| HSL | 328.64º | 0.51% | 0.17% | - |
| HSV(B) | 328.64º | 0.68% | 0.25% | - |
| XYZ | 2.9 | 1.84 | 2.59 | - |
| YUV | 36.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 21 | 44 | 0 | 0.68 | 0.32 | 0.75 | 328.64 | 0.51 | 0.17 |
| Hex | 41 | 15 | 2C | 0 | 44 | 20 | 4B | 149 | 33 | 11 |
| Octal | 101 | 25 | 54 | 0 | 104 | 40 | 113 | 511 | 63 | 21 |
| Binary | 1000001 | 10101 | 101100 | 0 | 1000100 | 100000 | 1001011 | 101001001 | 110011 | 10001 |
Color Harmonies of #41152C
Complementary color
Monochromatic Colors of #41152C
Black with #41152C
Text Example
Text Example
White with #41152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41152C; }
p { color: rgb(65,21,44); }
H1.HeaderClassName
{
color: #41152C;
}
.AnyTagClassName
{
color: #41152C;
}
</style>
background-color css
<style>
a { background-color: #41152C; }
a { background-color: rgb(65,21,44); }
div.DivClassName
{
background-color: #41152C;
}
.BgClassName
{
background-color: #41152C;
}
</style>
border-color css
<style>
span { border-color: #41152C; }
span { border-color: rgb(65,21,44); }
td.TdClassName
{
border-color: #41152C;
}
.TagClassName
{
border-color: #41152C;
}
</style>