Shades of Blackberry #41122D
Tints of Blackberry #41122D
RGB
CMYK
RGB Variations
Color information
#41122D (or 0x41122D) is known color: Blackberry. HEX triplet: 41, 12 and 2D. RGB value is (65,18,45). Sum of RGB (Red+Green+Blue) = 65+18+45=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41122D is #BEEDD2. Grayscale: #232323. Windows color (decimal): -12512723 or 2953793. OLE color: 2953793.
HSL color Cylindrical-coordinate representation of color #41122D: hue angle of 325.53º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41122D is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 18 | 45 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.75 |
| HSL | 325.53º | 0.57% | 0.16% | - |
| HSV(B) | 325.53º | 0.72% | 0.25% | - |
| XYZ | 2.87 | 1.75 | 2.67 | - |
| YUV | 35.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 45 | 0 | 0.72 | 0.31 | 0.75 | 325.53 | 0.57 | 0.16 |
| Hex | 41 | 12 | 2D | 0 | 48 | 1F | 4B | 146 | 39 | 10 |
| Octal | 101 | 22 | 55 | 0 | 110 | 37 | 113 | 506 | 71 | 20 |
| Binary | 1000001 | 10010 | 101101 | 0 | 1001000 | 11111 | 1001011 | 101000110 | 111001 | 10000 |
Color Harmonies of #41122D
Complementary color
Monochromatic Colors of #41122D
Black with #41122D
Text Example
Text Example
White with #41122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41122D; }
p { color: rgb(65,18,45); }
H1.HeaderClassName
{
color: #41122D;
}
.AnyTagClassName
{
color: #41122D;
}
</style>
background-color css
<style>
a { background-color: #41122D; }
a { background-color: rgb(65,18,45); }
div.DivClassName
{
background-color: #41122D;
}
.BgClassName
{
background-color: #41122D;
}
</style>
border-color css
<style>
span { border-color: #41122D; }
span { border-color: rgb(65,18,45); }
td.TdClassName
{
border-color: #41122D;
}
.TagClassName
{
border-color: #41122D;
}
</style>