Shades of Blackberry #411234
Tints of Blackberry #411234
RGB
CMYK
RGB Variations
Color information
#411234 (or 0x411234) is known color: Blackberry. HEX triplet: 41, 12 and 34. RGB value is (65,18,52). Sum of RGB (Red+Green+Blue) = 65+18+52=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #411234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411234 is #BEEDCB. Grayscale: #232323. Windows color (decimal): -12512716 or 3412545. OLE color: 3412545.
HSL color Cylindrical-coordinate representation of color #411234: hue angle of 316.6º 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 #411234 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 18 | 52 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.75 |
| HSL | 316.6º | 0.57% | 0.16% | - |
| HSV(B) | 316.6º | 0.72% | 0.25% | - |
| XYZ | 3.02 | 1.8 | 3.44 | - |
| YUV | 35.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 52 | 0 | 0.72 | 0.20 | 0.75 | 316.6 | 0.57 | 0.16 |
| Hex | 41 | 12 | 34 | 0 | 48 | 14 | 4B | 13D | 39 | 10 |
| Octal | 101 | 22 | 64 | 0 | 110 | 24 | 113 | 475 | 71 | 20 |
| Binary | 1000001 | 10010 | 110100 | 0 | 1001000 | 10100 | 1001011 | 100111101 | 111001 | 10000 |
Color Harmonies of #411234
Complementary color
Monochromatic Colors of #411234
Black with #411234
Text Example
Text Example
White with #411234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411234; }
p { color: rgb(65,18,52); }
H1.HeaderClassName
{
color: #411234;
}
.AnyTagClassName
{
color: #411234;
}
</style>
background-color css
<style>
a { background-color: #411234; }
a { background-color: rgb(65,18,52); }
div.DivClassName
{
background-color: #411234;
}
.BgClassName
{
background-color: #411234;
}
</style>
border-color css
<style>
span { border-color: #411234; }
span { border-color: rgb(65,18,52); }
td.TdClassName
{
border-color: #411234;
}
.TagClassName
{
border-color: #411234;
}
</style>