Shades of Blackberry #410521
Tints of Blackberry #410521
RGB
CMYK
RGB Variations
Color information
#410521 (or 0x410521) is known color: Blackberry. HEX triplet: 41, 05 and 21. RGB value is (65,5,33). Sum of RGB (Red+Green+Blue) = 65+5+33=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #410521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410521 is #BEFADE. Grayscale: #1A1A1A. Windows color (decimal): -12516063 or 2164033. OLE color: 2164033.
HSL color Cylindrical-coordinate representation of color #410521: hue angle of 332º 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 #410521 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 5 | 33 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.75 |
| HSL | 332º | 0.86% | 0.14% | - |
| HSV(B) | 332º | 0.92% | 0.25% | - |
| XYZ | 2.51 | 1.34 | 1.57 | - |
| YUV | 26.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 33 | 0 | 0.92 | 0.49 | 0.75 | 332 | 0.86 | 0.14 |
| Hex | 41 | 5 | 21 | 0 | 5C | 31 | 4B | 14C | 56 | E |
| Octal | 101 | 5 | 41 | 0 | 134 | 61 | 113 | 514 | 126 | 16 |
| Binary | 1000001 | 101 | 100001 | 0 | 1011100 | 110001 | 1001011 | 101001100 | 1010110 | 1110 |
Color Harmonies of #410521
Complementary color
Monochromatic Colors of #410521
Black with #410521
Text Example
Text Example
White with #410521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410521; }
p { color: rgb(65,5,33); }
H1.HeaderClassName
{
color: #410521;
}
.AnyTagClassName
{
color: #410521;
}
</style>
background-color css
<style>
a { background-color: #410521; }
a { background-color: rgb(65,5,33); }
div.DivClassName
{
background-color: #410521;
}
.BgClassName
{
background-color: #410521;
}
</style>
border-color css
<style>
span { border-color: #410521; }
span { border-color: rgb(65,5,33); }
td.TdClassName
{
border-color: #410521;
}
.TagClassName
{
border-color: #410521;
}
</style>