Shades of Blackberry #411733
Tints of Blackberry #411733
RGB
CMYK
RGB Variations
Color information
#411733 (or 0x411733) is known color: Blackberry. HEX triplet: 41, 17 and 33. RGB value is (65,23,51). Sum of RGB (Red+Green+Blue) = 65+23+51=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #411733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411733 is #BEE8CC. Grayscale: #262626. Windows color (decimal): -12511437 or 3348289. OLE color: 3348289.
HSL color Cylindrical-coordinate representation of color #411733: hue angle of 320º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411733 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 23 | 51 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.75 |
| HSL | 320º | 0.48% | 0.17% | - |
| HSV(B) | 320º | 0.65% | 0.25% | - |
| XYZ | 3.08 | 1.98 | 3.35 | - |
| YUV | 38.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 51 | 0 | 0.65 | 0.22 | 0.75 | 320 | 0.48 | 0.17 |
| Hex | 41 | 17 | 33 | 0 | 41 | 16 | 4B | 140 | 30 | 11 |
| Octal | 101 | 27 | 63 | 0 | 101 | 26 | 113 | 500 | 60 | 21 |
| Binary | 1000001 | 10111 | 110011 | 0 | 1000001 | 10110 | 1001011 | 101000000 | 110000 | 10001 |
Color Harmonies of #411733
Complementary color
Monochromatic Colors of #411733
Black with #411733
Text Example
Text Example
White with #411733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411733; }
p { color: rgb(65,23,51); }
H1.HeaderClassName
{
color: #411733;
}
.AnyTagClassName
{
color: #411733;
}
</style>
background-color css
<style>
a { background-color: #411733; }
a { background-color: rgb(65,23,51); }
div.DivClassName
{
background-color: #411733;
}
.BgClassName
{
background-color: #411733;
}
</style>
border-color css
<style>
span { border-color: #411733; }
span { border-color: rgb(65,23,51); }
td.TdClassName
{
border-color: #411733;
}
.TagClassName
{
border-color: #411733;
}
</style>