Shades of Blackberry #410836
Tints of Blackberry #410836
RGB
CMYK
RGB Variations
Color information
#410836 (or 0x410836) is known color: Blackberry. HEX triplet: 41, 08 and 36. RGB value is (65,8,54). Sum of RGB (Red+Green+Blue) = 65+8+54=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #410836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410836 is #BEF7C9. Grayscale: #1E1E1E. Windows color (decimal): -12515274 or 3541057. OLE color: 3541057.
HSL color Cylindrical-coordinate representation of color #410836: hue angle of 311.58º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410836 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 8 | 54 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.75 |
| HSL | 311.58º | 0.78% | 0.14% | - |
| HSV(B) | 311.58º | 0.88% | 0.25% | - |
| XYZ | 2.93 | 1.56 | 3.64 | - |
| YUV | 30.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 54 | 0 | 0.88 | 0.17 | 0.75 | 311.58 | 0.78 | 0.14 |
| Hex | 41 | 8 | 36 | 0 | 58 | 11 | 4B | 138 | 4E | E |
| Octal | 101 | 10 | 66 | 0 | 130 | 21 | 113 | 470 | 116 | 16 |
| Binary | 1000001 | 1000 | 110110 | 0 | 1011000 | 10001 | 1001011 | 100111000 | 1001110 | 1110 |
Color Harmonies of #410836
Complementary color
Monochromatic Colors of #410836
Black with #410836
Text Example
Text Example
White with #410836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410836; }
p { color: rgb(65,8,54); }
H1.HeaderClassName
{
color: #410836;
}
.AnyTagClassName
{
color: #410836;
}
</style>
background-color css
<style>
a { background-color: #410836; }
a { background-color: rgb(65,8,54); }
div.DivClassName
{
background-color: #410836;
}
.BgClassName
{
background-color: #410836;
}
</style>
border-color css
<style>
span { border-color: #410836; }
span { border-color: rgb(65,8,54); }
td.TdClassName
{
border-color: #410836;
}
.TagClassName
{
border-color: #410836;
}
</style>