Shades of Blackberry #411933
Tints of Blackberry #411933
RGB
CMYK
RGB Variations
Color information
#411933 (or 0x411933) is known color: Blackberry. HEX triplet: 41, 19 and 33. RGB value is (65,25,51). Sum of RGB (Red+Green+Blue) = 65+25+51=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #411933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411933 is #BEE6CC. Grayscale: #272727. Windows color (decimal): -12510925 or 3348801. OLE color: 3348801.
HSL color Cylindrical-coordinate representation of color #411933: hue angle of 321º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #411933 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 51 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.75 |
| HSL | 321º | 0.44% | 0.18% | - |
| HSV(B) | 321º | 0.62% | 0.25% | - |
| XYZ | 3.13 | 2.06 | 3.36 | - |
| YUV | 39.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 51 | 0 | 0.62 | 0.22 | 0.75 | 321 | 0.44 | 0.18 |
| Hex | 41 | 19 | 33 | 0 | 3E | 16 | 4B | 141 | 2C | 12 |
| Octal | 101 | 31 | 63 | 0 | 76 | 26 | 113 | 501 | 54 | 22 |
| Binary | 1000001 | 11001 | 110011 | 0 | 111110 | 10110 | 1001011 | 101000001 | 101100 | 10010 |
Color Harmonies of #411933
Complementary color
Monochromatic Colors of #411933
Black with #411933
Text Example
Text Example
White with #411933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411933; }
p { color: rgb(65,25,51); }
H1.HeaderClassName
{
color: #411933;
}
.AnyTagClassName
{
color: #411933;
}
</style>
background-color css
<style>
a { background-color: #411933; }
a { background-color: rgb(65,25,51); }
div.DivClassName
{
background-color: #411933;
}
.BgClassName
{
background-color: #411933;
}
</style>
border-color css
<style>
span { border-color: #411933; }
span { border-color: rgb(65,25,51); }
td.TdClassName
{
border-color: #411933;
}
.TagClassName
{
border-color: #411933;
}
</style>