Shades of Blackberry #410522
Tints of Blackberry #410522
RGB
CMYK
RGB Variations
Color information
#410522 (or 0x410522) is known color: Blackberry. HEX triplet: 41, 05 and 22. RGB value is (65,5,34). Sum of RGB (Red+Green+Blue) = 65+5+34=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #410522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410522 is #BEFADD. Grayscale: #1A1A1A. Windows color (decimal): -12516062 or 2229569. OLE color: 2229569.
HSL color Cylindrical-coordinate representation of color #410522: hue angle of 331º 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 #410522 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 5 | 34 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.75 |
| HSL | 331º | 0.86% | 0.14% | - |
| HSV(B) | 331º | 0.92% | 0.25% | - |
| XYZ | 2.52 | 1.35 | 1.64 | - |
| YUV | 26.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 34 | 0 | 0.92 | 0.48 | 0.75 | 331 | 0.86 | 0.14 |
| Hex | 41 | 5 | 22 | 0 | 5C | 30 | 4B | 14B | 56 | E |
| Octal | 101 | 5 | 42 | 0 | 134 | 60 | 113 | 513 | 126 | 16 |
| Binary | 1000001 | 101 | 100010 | 0 | 1011100 | 110000 | 1001011 | 101001011 | 1010110 | 1110 |
Color Harmonies of #410522
Complementary color
Monochromatic Colors of #410522
Black with #410522
Text Example
Text Example
White with #410522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410522; }
p { color: rgb(65,5,34); }
H1.HeaderClassName
{
color: #410522;
}
.AnyTagClassName
{
color: #410522;
}
</style>
background-color css
<style>
a { background-color: #410522; }
a { background-color: rgb(65,5,34); }
div.DivClassName
{
background-color: #410522;
}
.BgClassName
{
background-color: #410522;
}
</style>
border-color css
<style>
span { border-color: #410522; }
span { border-color: rgb(65,5,34); }
td.TdClassName
{
border-color: #410522;
}
.TagClassName
{
border-color: #410522;
}
</style>