Shades of Blackberry #410828
Tints of Blackberry #410828
RGB
CMYK
RGB Variations
Color information
#410828 (or 0x410828) is known color: Blackberry. HEX triplet: 41, 08 and 28. RGB value is (65,8,40). Sum of RGB (Red+Green+Blue) = 65+8+40=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #410828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410828 is #BEF7D7. Grayscale: #1C1C1C. Windows color (decimal): -12515288 or 2623553. OLE color: 2623553.
HSL color Cylindrical-coordinate representation of color #410828: hue angle of 326.32º 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 #410828 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 8 | 40 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.75 |
| HSL | 326.32º | 0.78% | 0.14% | - |
| HSV(B) | 326.32º | 0.88% | 0.25% | - |
| XYZ | 2.65 | 1.45 | 2.15 | - |
| YUV | 28.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 40 | 0 | 0.88 | 0.38 | 0.75 | 326.32 | 0.78 | 0.14 |
| Hex | 41 | 8 | 28 | 0 | 58 | 26 | 4B | 146 | 4E | E |
| Octal | 101 | 10 | 50 | 0 | 130 | 46 | 113 | 506 | 116 | 16 |
| Binary | 1000001 | 1000 | 101000 | 0 | 1011000 | 100110 | 1001011 | 101000110 | 1001110 | 1110 |
Color Harmonies of #410828
Complementary color
Monochromatic Colors of #410828
Black with #410828
Text Example
Text Example
White with #410828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410828; }
p { color: rgb(65,8,40); }
H1.HeaderClassName
{
color: #410828;
}
.AnyTagClassName
{
color: #410828;
}
</style>
background-color css
<style>
a { background-color: #410828; }
a { background-color: rgb(65,8,40); }
div.DivClassName
{
background-color: #410828;
}
.BgClassName
{
background-color: #410828;
}
</style>
border-color css
<style>
span { border-color: #410828; }
span { border-color: rgb(65,8,40); }
td.TdClassName
{
border-color: #410828;
}
.TagClassName
{
border-color: #410828;
}
</style>