Shades of Blackberry #410122
Tints of Blackberry #410122
RGB
CMYK
RGB Variations
Color information
#410122 (or 0x410122) is known color: Blackberry. HEX triplet: 41, 01 and 22. RGB value is (65,1,34). Sum of RGB (Red+Green+Blue) = 65+1+34=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #410122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410122 is #BEFEDD. Grayscale: #171717. Windows color (decimal): -12517086 or 2228545. OLE color: 2228545.
HSL color Cylindrical-coordinate representation of color #410122: hue angle of 329.06º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410122 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 1 | 34 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.75 |
| HSL | 329.06º | 0.97% | 0.13% | - |
| HSV(B) | 329.06º | 0.98% | 0.25% | - |
| XYZ | 2.48 | 1.26 | 1.63 | - |
| YUV | 23.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 34 | 0 | 0.98 | 0.48 | 0.75 | 329.06 | 0.97 | 0.13 |
| Hex | 41 | 1 | 22 | 0 | 62 | 30 | 4B | 149 | 61 | D |
| Octal | 101 | 1 | 42 | 0 | 142 | 60 | 113 | 511 | 141 | 15 |
| Binary | 1000001 | 1 | 100010 | 0 | 1100010 | 110000 | 1001011 | 101001001 | 1100001 | 1101 |
Color Harmonies of #410122
Complementary color
Monochromatic Colors of #410122
Black with #410122
Text Example
Text Example
White with #410122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410122; }
p { color: rgb(65,1,34); }
H1.HeaderClassName
{
color: #410122;
}
.AnyTagClassName
{
color: #410122;
}
</style>
background-color css
<style>
a { background-color: #410122; }
a { background-color: rgb(65,1,34); }
div.DivClassName
{
background-color: #410122;
}
.BgClassName
{
background-color: #410122;
}
</style>
border-color css
<style>
span { border-color: #410122; }
span { border-color: rgb(65,1,34); }
td.TdClassName
{
border-color: #410122;
}
.TagClassName
{
border-color: #410122;
}
</style>