Shades of Blackberry #410528
Tints of Blackberry #410528
RGB
CMYK
RGB Variations
Color information
#410528 (or 0x410528) is known color: Blackberry. HEX triplet: 41, 05 and 28. RGB value is (65,5,40). Sum of RGB (Red+Green+Blue) = 65+5+40=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #410528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410528 is #BEFAD7. Grayscale: #1A1A1A. Windows color (decimal): -12516056 or 2622785. OLE color: 2622785.
HSL color Cylindrical-coordinate representation of color #410528: hue angle of 325º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410528 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 5 | 40 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.75 |
| HSL | 325º | 0.86% | 0.14% | - |
| HSV(B) | 325º | 0.92% | 0.25% | - |
| XYZ | 2.62 | 1.39 | 2.14 | - |
| YUV | 26.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 40 | 0 | 0.92 | 0.38 | 0.75 | 325 | 0.86 | 0.14 |
| Hex | 41 | 5 | 28 | 0 | 5C | 26 | 4B | 145 | 56 | E |
| Octal | 101 | 5 | 50 | 0 | 134 | 46 | 113 | 505 | 126 | 16 |
| Binary | 1000001 | 101 | 101000 | 0 | 1011100 | 100110 | 1001011 | 101000101 | 1010110 | 1110 |
Color Harmonies of #410528
Complementary color
Monochromatic Colors of #410528
Black with #410528
Text Example
Text Example
White with #410528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410528; }
p { color: rgb(65,5,40); }
H1.HeaderClassName
{
color: #410528;
}
.AnyTagClassName
{
color: #410528;
}
</style>
background-color css
<style>
a { background-color: #410528; }
a { background-color: rgb(65,5,40); }
div.DivClassName
{
background-color: #410528;
}
.BgClassName
{
background-color: #410528;
}
</style>
border-color css
<style>
span { border-color: #410528; }
span { border-color: rgb(65,5,40); }
td.TdClassName
{
border-color: #410528;
}
.TagClassName
{
border-color: #410528;
}
</style>