Shades of Blackberry #410436
Tints of Blackberry #410436
RGB
CMYK
RGB Variations
Color information
#410436 (or 0x410436) is known color: Blackberry. HEX triplet: 41, 04 and 36. RGB value is (65,4,54). Sum of RGB (Red+Green+Blue) = 65+4+54=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #410436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410436 is #BEFBC9. Grayscale: #1B1B1B. Windows color (decimal): -12516298 or 3540033. OLE color: 3540033.
HSL color Cylindrical-coordinate representation of color #410436: hue angle of 310.82º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410436 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 4 | 54 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.75 |
| HSL | 310.82º | 0.88% | 0.14% | - |
| HSV(B) | 310.82º | 0.94% | 0.25% | - |
| XYZ | 2.89 | 1.48 | 3.62 | - |
| YUV | 27.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 4 | 54 | 0 | 0.94 | 0.17 | 0.75 | 310.82 | 0.88 | 0.14 |
| Hex | 41 | 4 | 36 | 0 | 5E | 11 | 4B | 137 | 58 | E |
| Octal | 101 | 4 | 66 | 0 | 136 | 21 | 113 | 467 | 130 | 16 |
| Binary | 1000001 | 100 | 110110 | 0 | 1011110 | 10001 | 1001011 | 100110111 | 1011000 | 1110 |
Color Harmonies of #410436
Complementary color
Monochromatic Colors of #410436
Black with #410436
Text Example
Text Example
White with #410436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410436; }
p { color: rgb(65,4,54); }
H1.HeaderClassName
{
color: #410436;
}
.AnyTagClassName
{
color: #410436;
}
</style>
background-color css
<style>
a { background-color: #410436; }
a { background-color: rgb(65,4,54); }
div.DivClassName
{
background-color: #410436;
}
.BgClassName
{
background-color: #410436;
}
</style>
border-color css
<style>
span { border-color: #410436; }
span { border-color: rgb(65,4,54); }
td.TdClassName
{
border-color: #410436;
}
.TagClassName
{
border-color: #410436;
}
</style>