Shades of Blackberry #411333
Tints of Blackberry #411333
RGB
CMYK
RGB Variations
Color information
#411333 (or 0x411333) is known color: Blackberry. HEX triplet: 41, 13 and 33. RGB value is (65,19,51). Sum of RGB (Red+Green+Blue) = 65+19+51=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #411333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411333 is #BEECCC. Grayscale: #242424. Windows color (decimal): -12512461 or 3347265. OLE color: 3347265.
HSL color Cylindrical-coordinate representation of color #411333: hue angle of 318.26º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #411333 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 19 | 51 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.75 |
| HSL | 318.26º | 0.55% | 0.16% | - |
| HSV(B) | 318.26º | 0.71% | 0.25% | - |
| XYZ | 3.01 | 1.83 | 3.33 | - |
| YUV | 36.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 51 | 0 | 0.71 | 0.22 | 0.75 | 318.26 | 0.55 | 0.16 |
| Hex | 41 | 13 | 33 | 0 | 47 | 16 | 4B | 13E | 37 | 10 |
| Octal | 101 | 23 | 63 | 0 | 107 | 26 | 113 | 476 | 67 | 20 |
| Binary | 1000001 | 10011 | 110011 | 0 | 1000111 | 10110 | 1001011 | 100111110 | 110111 | 10000 |
Color Harmonies of #411333
Complementary color
Monochromatic Colors of #411333
Black with #411333
Text Example
Text Example
White with #411333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411333; }
p { color: rgb(65,19,51); }
H1.HeaderClassName
{
color: #411333;
}
.AnyTagClassName
{
color: #411333;
}
</style>
background-color css
<style>
a { background-color: #411333; }
a { background-color: rgb(65,19,51); }
div.DivClassName
{
background-color: #411333;
}
.BgClassName
{
background-color: #411333;
}
</style>
border-color css
<style>
span { border-color: #411333; }
span { border-color: rgb(65,19,51); }
td.TdClassName
{
border-color: #411333;
}
.TagClassName
{
border-color: #411333;
}
</style>