Shades of Blackberry #412034
Tints of Blackberry #412034
RGB
CMYK
RGB Variations
Color information
#412034 (or 0x412034) is known color: Blackberry. HEX triplet: 41, 20 and 34. RGB value is (65,32,52). Sum of RGB (Red+Green+Blue) = 65+32+52=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #412034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412034 is #BEDFCB. Grayscale: #2C2C2C. Windows color (decimal): -12509132 or 3416129. OLE color: 3416129.
HSL color Cylindrical-coordinate representation of color #412034: hue angle of 323.64º 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 #412034 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 52 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.75 |
| HSL | 323.64º | 0.34% | 0.19% | - |
| HSV(B) | 323.64º | 0.51% | 0.25% | - |
| XYZ | 3.32 | 2.4 | 3.54 | - |
| YUV | 44.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 52 | 0 | 0.51 | 0.20 | 0.75 | 323.64 | 0.34 | 0.19 |
| Hex | 41 | 20 | 34 | 0 | 33 | 14 | 4B | 144 | 22 | 13 |
| Octal | 101 | 40 | 64 | 0 | 63 | 24 | 113 | 504 | 42 | 23 |
| Binary | 1000001 | 100000 | 110100 | 0 | 110011 | 10100 | 1001011 | 101000100 | 100010 | 10011 |
Color Harmonies of #412034
Complementary color
Monochromatic Colors of #412034
Black with #412034
Text Example
Text Example
White with #412034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412034; }
p { color: rgb(65,32,52); }
H1.HeaderClassName
{
color: #412034;
}
.AnyTagClassName
{
color: #412034;
}
</style>
background-color css
<style>
a { background-color: #412034; }
a { background-color: rgb(65,32,52); }
div.DivClassName
{
background-color: #412034;
}
.BgClassName
{
background-color: #412034;
}
</style>
border-color css
<style>
span { border-color: #412034; }
span { border-color: rgb(65,32,52); }
td.TdClassName
{
border-color: #412034;
}
.TagClassName
{
border-color: #412034;
}
</style>