Shades of Blackberry #411634
Tints of Blackberry #411634
RGB
CMYK
RGB Variations
Color information
#411634 (or 0x411634) is known color: Blackberry. HEX triplet: 41, 16 and 34. RGB value is (65,22,52). Sum of RGB (Red+Green+Blue) = 65+22+52=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #411634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411634 is #BEE9CB. Grayscale: #262626. Windows color (decimal): -12511692 or 3413569. OLE color: 3413569.
HSL color Cylindrical-coordinate representation of color #411634: hue angle of 318.14º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #411634 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 22 | 52 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.75 |
| HSL | 318.14º | 0.49% | 0.17% | - |
| HSV(B) | 318.14º | 0.66% | 0.25% | - |
| XYZ | 3.09 | 1.95 | 3.46 | - |
| YUV | 38.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 22 | 52 | 0 | 0.66 | 0.20 | 0.75 | 318.14 | 0.49 | 0.17 |
| Hex | 41 | 16 | 34 | 0 | 42 | 14 | 4B | 13E | 31 | 11 |
| Octal | 101 | 26 | 64 | 0 | 102 | 24 | 113 | 476 | 61 | 21 |
| Binary | 1000001 | 10110 | 110100 | 0 | 1000010 | 10100 | 1001011 | 100111110 | 110001 | 10001 |
Color Harmonies of #411634
Complementary color
Monochromatic Colors of #411634
Black with #411634
Text Example
Text Example
White with #411634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411634; }
p { color: rgb(65,22,52); }
H1.HeaderClassName
{
color: #411634;
}
.AnyTagClassName
{
color: #411634;
}
</style>
background-color css
<style>
a { background-color: #411634; }
a { background-color: rgb(65,22,52); }
div.DivClassName
{
background-color: #411634;
}
.BgClassName
{
background-color: #411634;
}
</style>
border-color css
<style>
span { border-color: #411634; }
span { border-color: rgb(65,22,52); }
td.TdClassName
{
border-color: #411634;
}
.TagClassName
{
border-color: #411634;
}
</style>