Shades of Blackberry #410022
Tints of Blackberry #410022
RGB
CMYK
RGB Variations
Color information
#410022 (or 0x410022) is known color: Blackberry. HEX triplet: 41, 00 and 22. RGB value is (65,0,34). Sum of RGB (Red+Green+Blue) = 65+0+34=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #410022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410022 is #BEFFDD. Grayscale: #171717. Windows color (decimal): -12517342 or 2228289. OLE color: 2228289.
HSL color Cylindrical-coordinate representation of color #410022: hue angle of 328.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410022 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.48 | 0.75 |
| HSL | 328.62º | 1% | 0.13% | - |
| HSV(B) | 328.62º | 1% | 0.25% | - |
| XYZ | 2.47 | 1.24 | 1.62 | - |
| YUV | 23.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 34 | 0 | 1 | 0.48 | 0.75 | 328.62 | 1 | 0.13 |
| Hex | 41 | 0 | 22 | 0 | 64 | 30 | 4B | 149 | 64 | D |
| Octal | 101 | 0 | 42 | 0 | 144 | 60 | 113 | 511 | 144 | 15 |
| Binary | 1000001 | 0 | 100010 | 0 | 1100100 | 110000 | 1001011 | 101001001 | 1100100 | 1101 |
Color Harmonies of #410022
Complementary color
Monochromatic Colors of #410022
Black with #410022
Text Example
Text Example
White with #410022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410022; }
p { color: rgb(65,0,34); }
H1.HeaderClassName
{
color: #410022;
}
.AnyTagClassName
{
color: #410022;
}
</style>
background-color css
<style>
a { background-color: #410022; }
a { background-color: rgb(65,0,34); }
div.DivClassName
{
background-color: #410022;
}
.BgClassName
{
background-color: #410022;
}
</style>
border-color css
<style>
span { border-color: #410022; }
span { border-color: rgb(65,0,34); }
td.TdClassName
{
border-color: #410022;
}
.TagClassName
{
border-color: #410022;
}
</style>