Shades of Blackberry #412035
Tints of Blackberry #412035
RGB
CMYK
RGB Variations
Color information
#412035 (or 0x412035) is known color: Blackberry. HEX triplet: 41, 20 and 35. RGB value is (65,32,53). Sum of RGB (Red+Green+Blue) = 65+32+53=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #412035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412035 is #BEDFCA. Grayscale: #2C2C2C. Windows color (decimal): -12509131 or 3481665. OLE color: 3481665.
HSL color Cylindrical-coordinate representation of color #412035: hue angle of 321.82º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412035 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 53 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.75 |
| HSL | 321.82º | 0.34% | 0.19% | - |
| HSV(B) | 321.82º | 0.51% | 0.25% | - |
| XYZ | 3.34 | 2.41 | 3.66 | - |
| YUV | 44.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 53 | 0 | 0.51 | 0.18 | 0.75 | 321.82 | 0.34 | 0.19 |
| Hex | 41 | 20 | 35 | 0 | 33 | 12 | 4B | 142 | 22 | 13 |
| Octal | 101 | 40 | 65 | 0 | 63 | 22 | 113 | 502 | 42 | 23 |
| Binary | 1000001 | 100000 | 110101 | 0 | 110011 | 10010 | 1001011 | 101000010 | 100010 | 10011 |
Color Harmonies of #412035
Complementary color
Monochromatic Colors of #412035
Black with #412035
Text Example
Text Example
White with #412035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412035; }
p { color: rgb(65,32,53); }
H1.HeaderClassName
{
color: #412035;
}
.AnyTagClassName
{
color: #412035;
}
</style>
background-color css
<style>
a { background-color: #412035; }
a { background-color: rgb(65,32,53); }
div.DivClassName
{
background-color: #412035;
}
.BgClassName
{
background-color: #412035;
}
</style>
border-color css
<style>
span { border-color: #412035; }
span { border-color: rgb(65,32,53); }
td.TdClassName
{
border-color: #412035;
}
.TagClassName
{
border-color: #412035;
}
</style>