Shades of Blackberry #41132E
Tints of Blackberry #41132E
RGB
CMYK
RGB Variations
Color information
#41132E (or 0x41132E) is known color: Blackberry. HEX triplet: 41, 13 and 2E. RGB value is (65,19,46). Sum of RGB (Red+Green+Blue) = 65+19+46=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41132E is #BEECD1. Grayscale: #232323. Windows color (decimal): -12512466 or 3019585. OLE color: 3019585.
HSL color Cylindrical-coordinate representation of color #41132E: hue angle of 324.78º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41132E is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 19 | 46 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.75 |
| HSL | 324.78º | 0.55% | 0.16% | - |
| HSV(B) | 324.78º | 0.71% | 0.25% | - |
| XYZ | 2.91 | 1.79 | 2.78 | - |
| YUV | 35.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 46 | 0 | 0.71 | 0.29 | 0.75 | 324.78 | 0.55 | 0.16 |
| Hex | 41 | 13 | 2E | 0 | 47 | 1D | 4B | 145 | 37 | 10 |
| Octal | 101 | 23 | 56 | 0 | 107 | 35 | 113 | 505 | 67 | 20 |
| Binary | 1000001 | 10011 | 101110 | 0 | 1000111 | 11101 | 1001011 | 101000101 | 110111 | 10000 |
Color Harmonies of #41132E
Complementary color
Monochromatic Colors of #41132E
Black with #41132E
Text Example
Text Example
White with #41132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41132E; }
p { color: rgb(65,19,46); }
H1.HeaderClassName
{
color: #41132E;
}
.AnyTagClassName
{
color: #41132E;
}
</style>
background-color css
<style>
a { background-color: #41132E; }
a { background-color: rgb(65,19,46); }
div.DivClassName
{
background-color: #41132E;
}
.BgClassName
{
background-color: #41132E;
}
</style>
border-color css
<style>
span { border-color: #41132E; }
span { border-color: rgb(65,19,46); }
td.TdClassName
{
border-color: #41132E;
}
.TagClassName
{
border-color: #41132E;
}
</style>