Shades of Blackberry #410728
Tints of Blackberry #410728
RGB
CMYK
RGB Variations
Color information
#410728 (or 0x410728) is known color: Blackberry. HEX triplet: 41, 07 and 28. RGB value is (65,7,40). Sum of RGB (Red+Green+Blue) = 65+7+40=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #410728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410728 is #BEF8D7. Grayscale: #1C1C1C. Windows color (decimal): -12515544 or 2623297. OLE color: 2623297.
HSL color Cylindrical-coordinate representation of color #410728: hue angle of 325.86º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410728 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 7 | 40 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.75 |
| HSL | 325.86º | 0.81% | 0.14% | - |
| HSV(B) | 325.86º | 0.89% | 0.25% | - |
| XYZ | 2.64 | 1.43 | 2.14 | - |
| YUV | 28.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 40 | 0 | 0.89 | 0.38 | 0.75 | 325.86 | 0.81 | 0.14 |
| Hex | 41 | 7 | 28 | 0 | 59 | 26 | 4B | 146 | 51 | E |
| Octal | 101 | 7 | 50 | 0 | 131 | 46 | 113 | 506 | 121 | 16 |
| Binary | 1000001 | 111 | 101000 | 0 | 1011001 | 100110 | 1001011 | 101000110 | 1010001 | 1110 |
Color Harmonies of #410728
Complementary color
Monochromatic Colors of #410728
Black with #410728
Text Example
Text Example
White with #410728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410728; }
p { color: rgb(65,7,40); }
H1.HeaderClassName
{
color: #410728;
}
.AnyTagClassName
{
color: #410728;
}
</style>
background-color css
<style>
a { background-color: #410728; }
a { background-color: rgb(65,7,40); }
div.DivClassName
{
background-color: #410728;
}
.BgClassName
{
background-color: #410728;
}
</style>
border-color css
<style>
span { border-color: #410728; }
span { border-color: rgb(65,7,40); }
td.TdClassName
{
border-color: #410728;
}
.TagClassName
{
border-color: #410728;
}
</style>