Shades of Blackberry #411233
Tints of Blackberry #411233
RGB
CMYK
RGB Variations
Color information
#411233 (or 0x411233) is known color: Blackberry. HEX triplet: 41, 12 and 33. RGB value is (65,18,51). Sum of RGB (Red+Green+Blue) = 65+18+51=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #411233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411233 is #BEEDCC. Grayscale: #232323. Windows color (decimal): -12512717 or 3347009. OLE color: 3347009.
HSL color Cylindrical-coordinate representation of color #411233: hue angle of 317.87º 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 #411233 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 18 | 51 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.75 |
| HSL | 317.87º | 0.57% | 0.16% | - |
| HSV(B) | 317.87º | 0.72% | 0.25% | - |
| XYZ | 2.99 | 1.8 | 3.32 | - |
| YUV | 35.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 51 | 0 | 0.72 | 0.22 | 0.75 | 317.87 | 0.57 | 0.16 |
| Hex | 41 | 12 | 33 | 0 | 48 | 16 | 4B | 13E | 39 | 10 |
| Octal | 101 | 22 | 63 | 0 | 110 | 26 | 113 | 476 | 71 | 20 |
| Binary | 1000001 | 10010 | 110011 | 0 | 1001000 | 10110 | 1001011 | 100111110 | 111001 | 10000 |
Color Harmonies of #411233
Complementary color
Monochromatic Colors of #411233
Black with #411233
Text Example
Text Example
White with #411233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411233; }
p { color: rgb(65,18,51); }
H1.HeaderClassName
{
color: #411233;
}
.AnyTagClassName
{
color: #411233;
}
</style>
background-color css
<style>
a { background-color: #411233; }
a { background-color: rgb(65,18,51); }
div.DivClassName
{
background-color: #411233;
}
.BgClassName
{
background-color: #411233;
}
</style>
border-color css
<style>
span { border-color: #411233; }
span { border-color: rgb(65,18,51); }
td.TdClassName
{
border-color: #411233;
}
.TagClassName
{
border-color: #411233;
}
</style>