Shades of Blackberry #411633
Tints of Blackberry #411633
RGB
CMYK
RGB Variations
Color information
#411633 (or 0x411633) is known color: Blackberry. HEX triplet: 41, 16 and 33. RGB value is (65,22,51). Sum of RGB (Red+Green+Blue) = 65+22+51=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #411633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411633 is #BEE9CC. Grayscale: #262626. Windows color (decimal): -12511693 or 3348033. OLE color: 3348033.
HSL color Cylindrical-coordinate representation of color #411633: hue angle of 319.53º 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 #411633 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 22 | 51 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.75 |
| HSL | 319.53º | 0.49% | 0.17% | - |
| HSV(B) | 319.53º | 0.66% | 0.25% | - |
| XYZ | 3.06 | 1.94 | 3.34 | - |
| YUV | 38.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 22 | 51 | 0 | 0.66 | 0.22 | 0.75 | 319.53 | 0.49 | 0.17 |
| Hex | 41 | 16 | 33 | 0 | 42 | 16 | 4B | 140 | 31 | 11 |
| Octal | 101 | 26 | 63 | 0 | 102 | 26 | 113 | 500 | 61 | 21 |
| Binary | 1000001 | 10110 | 110011 | 0 | 1000010 | 10110 | 1001011 | 101000000 | 110001 | 10001 |
Color Harmonies of #411633
Complementary color
Monochromatic Colors of #411633
Black with #411633
Text Example
Text Example
White with #411633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411633; }
p { color: rgb(65,22,51); }
H1.HeaderClassName
{
color: #411633;
}
.AnyTagClassName
{
color: #411633;
}
</style>
background-color css
<style>
a { background-color: #411633; }
a { background-color: rgb(65,22,51); }
div.DivClassName
{
background-color: #411633;
}
.BgClassName
{
background-color: #411633;
}
</style>
border-color css
<style>
span { border-color: #411633; }
span { border-color: rgb(65,22,51); }
td.TdClassName
{
border-color: #411633;
}
.TagClassName
{
border-color: #411633;
}
</style>