Shades of Blackberry #41132D
Tints of Blackberry #41132D
RGB
CMYK
RGB Variations
Color information
#41132D (or 0x41132D) is known color: Blackberry. HEX triplet: 41, 13 and 2D. RGB value is (65,19,45). Sum of RGB (Red+Green+Blue) = 65+19+45=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41132D is #BEECD2. Grayscale: #232323. Windows color (decimal): -12512467 or 2954049. OLE color: 2954049.
HSL color Cylindrical-coordinate representation of color #41132D: hue angle of 326.09º 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 #41132D is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 19 | 45 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.75 |
| HSL | 326.09º | 0.55% | 0.16% | - |
| HSV(B) | 326.09º | 0.71% | 0.25% | - |
| XYZ | 2.89 | 1.78 | 2.67 | - |
| YUV | 35.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 45 | 0 | 0.71 | 0.31 | 0.75 | 326.09 | 0.55 | 0.16 |
| Hex | 41 | 13 | 2D | 0 | 47 | 1F | 4B | 146 | 37 | 10 |
| Octal | 101 | 23 | 55 | 0 | 107 | 37 | 113 | 506 | 67 | 20 |
| Binary | 1000001 | 10011 | 101101 | 0 | 1000111 | 11111 | 1001011 | 101000110 | 110111 | 10000 |
Color Harmonies of #41132D
Complementary color
Monochromatic Colors of #41132D
Black with #41132D
Text Example
Text Example
White with #41132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41132D; }
p { color: rgb(65,19,45); }
H1.HeaderClassName
{
color: #41132D;
}
.AnyTagClassName
{
color: #41132D;
}
</style>
background-color css
<style>
a { background-color: #41132D; }
a { background-color: rgb(65,19,45); }
div.DivClassName
{
background-color: #41132D;
}
.BgClassName
{
background-color: #41132D;
}
</style>
border-color css
<style>
span { border-color: #41132D; }
span { border-color: rgb(65,19,45); }
td.TdClassName
{
border-color: #41132D;
}
.TagClassName
{
border-color: #41132D;
}
</style>