Shades of Blackberry #412133
Tints of Blackberry #412133
RGB
CMYK
RGB Variations
Color information
#412133 (or 0x412133) is known color: Blackberry. HEX triplet: 41, 21 and 33. RGB value is (65,33,51). Sum of RGB (Red+Green+Blue) = 65+33+51=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #412133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412133 is #BEDECC. Grayscale: #2C2C2C. Windows color (decimal): -12508877 or 3350849. OLE color: 3350849.
HSL color Cylindrical-coordinate representation of color #412133: hue angle of 326.25º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412133 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 33 | 51 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.75 |
| HSL | 326.25º | 0.33% | 0.19% | - |
| HSV(B) | 326.25º | 0.49% | 0.25% | - |
| XYZ | 3.32 | 2.45 | 3.43 | - |
| YUV | 44.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 51 | 0 | 0.49 | 0.22 | 0.75 | 326.25 | 0.33 | 0.19 |
| Hex | 41 | 21 | 33 | 0 | 31 | 16 | 4B | 146 | 21 | 13 |
| Octal | 101 | 41 | 63 | 0 | 61 | 26 | 113 | 506 | 41 | 23 |
| Binary | 1000001 | 100001 | 110011 | 0 | 110001 | 10110 | 1001011 | 101000110 | 100001 | 10011 |
Color Harmonies of #412133
Complementary color
Monochromatic Colors of #412133
Black with #412133
Text Example
Text Example
White with #412133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412133; }
p { color: rgb(65,33,51); }
H1.HeaderClassName
{
color: #412133;
}
.AnyTagClassName
{
color: #412133;
}
</style>
background-color css
<style>
a { background-color: #412133; }
a { background-color: rgb(65,33,51); }
div.DivClassName
{
background-color: #412133;
}
.BgClassName
{
background-color: #412133;
}
</style>
border-color css
<style>
span { border-color: #412133; }
span { border-color: rgb(65,33,51); }
td.TdClassName
{
border-color: #412133;
}
.TagClassName
{
border-color: #412133;
}
</style>