Shades of Blackberry #410335
Tints of Blackberry #410335
RGB
CMYK
RGB Variations
Color information
#410335 (or 0x410335) is known color: Blackberry. HEX triplet: 41, 03 and 35. RGB value is (65,3,53). Sum of RGB (Red+Green+Blue) = 65+3+53=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #410335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410335 is #BEFCCA. Grayscale: #1B1B1B. Windows color (decimal): -12516555 or 3474241. OLE color: 3474241.
HSL color Cylindrical-coordinate representation of color #410335: hue angle of 311.61º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410335 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 3 | 53 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.75 |
| HSL | 311.61º | 0.91% | 0.13% | - |
| HSV(B) | 311.61º | 0.95% | 0.25% | - |
| XYZ | 2.86 | 1.45 | 3.5 | - |
| YUV | 27.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 53 | 0 | 0.95 | 0.18 | 0.75 | 311.61 | 0.91 | 0.13 |
| Hex | 41 | 3 | 35 | 0 | 5F | 12 | 4B | 138 | 5B | D |
| Octal | 101 | 3 | 65 | 0 | 137 | 22 | 113 | 470 | 133 | 15 |
| Binary | 1000001 | 11 | 110101 | 0 | 1011111 | 10010 | 1001011 | 100111000 | 1011011 | 1101 |
Color Harmonies of #410335
Complementary color
Monochromatic Colors of #410335
Black with #410335
Text Example
Text Example
White with #410335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410335; }
p { color: rgb(65,3,53); }
H1.HeaderClassName
{
color: #410335;
}
.AnyTagClassName
{
color: #410335;
}
</style>
background-color css
<style>
a { background-color: #410335; }
a { background-color: rgb(65,3,53); }
div.DivClassName
{
background-color: #410335;
}
.BgClassName
{
background-color: #410335;
}
</style>
border-color css
<style>
span { border-color: #410335; }
span { border-color: rgb(65,3,53); }
td.TdClassName
{
border-color: #410335;
}
.TagClassName
{
border-color: #410335;
}
</style>