Shades of Blackberry #411224
Tints of Blackberry #411224
RGB
CMYK
RGB Variations
Color information
#411224 (or 0x411224) is known color: Blackberry. HEX triplet: 41, 12 and 24. RGB value is (65,18,36). Sum of RGB (Red+Green+Blue) = 65+18+36=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #411224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411224 is #BEEDDB. Grayscale: #222222. Windows color (decimal): -12512732 or 2363969. OLE color: 2363969.
HSL color Cylindrical-coordinate representation of color #411224: hue angle of 337.02º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #411224 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 18 | 36 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.75 |
| HSL | 337.02º | 0.57% | 0.16% | - |
| HSV(B) | 337.02º | 0.72% | 0.25% | - |
| XYZ | 2.71 | 1.68 | 1.85 | - |
| YUV | 34.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 36 | 0 | 0.72 | 0.45 | 0.75 | 337.02 | 0.57 | 0.16 |
| Hex | 41 | 12 | 24 | 0 | 48 | 2D | 4B | 151 | 39 | 10 |
| Octal | 101 | 22 | 44 | 0 | 110 | 55 | 113 | 521 | 71 | 20 |
| Binary | 1000001 | 10010 | 100100 | 0 | 1001000 | 101101 | 1001011 | 101010001 | 111001 | 10000 |
Color Harmonies of #411224
Complementary color
Monochromatic Colors of #411224
Black with #411224
Text Example
Text Example
White with #411224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411224; }
p { color: rgb(65,18,36); }
H1.HeaderClassName
{
color: #411224;
}
.AnyTagClassName
{
color: #411224;
}
</style>
background-color css
<style>
a { background-color: #411224; }
a { background-color: rgb(65,18,36); }
div.DivClassName
{
background-color: #411224;
}
.BgClassName
{
background-color: #411224;
}
</style>
border-color css
<style>
span { border-color: #411224; }
span { border-color: rgb(65,18,36); }
td.TdClassName
{
border-color: #411224;
}
.TagClassName
{
border-color: #411224;
}
</style>