Shades of Blackberry #412136
Tints of Blackberry #412136
RGB
CMYK
RGB Variations
Color information
#412136 (or 0x412136) is known color: Blackberry. HEX triplet: 41, 21 and 36. RGB value is (65,33,54). Sum of RGB (Red+Green+Blue) = 65+33+54=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #412136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412136 is #BEDEC9. Grayscale: #2C2C2C. Windows color (decimal): -12508874 or 3547457. OLE color: 3547457.
HSL color Cylindrical-coordinate representation of color #412136: hue angle of 320.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412136 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 33 | 54 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.75 |
| HSL | 320.63º | 0.33% | 0.19% | - |
| HSV(B) | 320.63º | 0.49% | 0.25% | - |
| XYZ | 3.39 | 2.48 | 3.79 | - |
| YUV | 44.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 54 | 0 | 0.49 | 0.17 | 0.75 | 320.63 | 0.33 | 0.19 |
| Hex | 41 | 21 | 36 | 0 | 31 | 11 | 4B | 141 | 21 | 13 |
| Octal | 101 | 41 | 66 | 0 | 61 | 21 | 113 | 501 | 41 | 23 |
| Binary | 1000001 | 100001 | 110110 | 0 | 110001 | 10001 | 1001011 | 101000001 | 100001 | 10011 |
Color Harmonies of #412136
Complementary color
Monochromatic Colors of #412136
Black with #412136
Text Example
Text Example
White with #412136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412136; }
p { color: rgb(65,33,54); }
H1.HeaderClassName
{
color: #412136;
}
.AnyTagClassName
{
color: #412136;
}
</style>
background-color css
<style>
a { background-color: #412136; }
a { background-color: rgb(65,33,54); }
div.DivClassName
{
background-color: #412136;
}
.BgClassName
{
background-color: #412136;
}
</style>
border-color css
<style>
span { border-color: #412136; }
span { border-color: rgb(65,33,54); }
td.TdClassName
{
border-color: #412136;
}
.TagClassName
{
border-color: #412136;
}
</style>