Shades of Blackberry #410F35
Tints of Blackberry #410F35
RGB
CMYK
RGB Variations
Color information
#410F35 (or 0x410F35) is known color: Blackberry. HEX triplet: 41, 0F and 35. RGB value is (65,15,53). Sum of RGB (Red+Green+Blue) = 65+15+53=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #410F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F35 is #BEF0CA. Grayscale: #222222. Windows color (decimal): -12513483 or 3477313. OLE color: 3477313.
HSL color Cylindrical-coordinate representation of color #410F35: hue angle of 314.4º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #410F35 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 15 | 53 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.75 |
| HSL | 314.4º | 0.63% | 0.16% | - |
| HSV(B) | 314.4º | 0.77% | 0.25% | - |
| XYZ | 2.99 | 1.72 | 3.54 | - |
| YUV | 34.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 53 | 0 | 0.77 | 0.18 | 0.75 | 314.4 | 0.63 | 0.16 |
| Hex | 41 | F | 35 | 0 | 4D | 12 | 4B | 13A | 3E | 10 |
| Octal | 101 | 17 | 65 | 0 | 115 | 22 | 113 | 472 | 76 | 20 |
| Binary | 1000001 | 1111 | 110101 | 0 | 1001101 | 10010 | 1001011 | 100111010 | 111110 | 10000 |
Color Harmonies of #410F35
Complementary color
Monochromatic Colors of #410F35
Black with #410F35
Text Example
Text Example
White with #410F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410F35; }
p { color: rgb(65,15,53); }
H1.HeaderClassName
{
color: #410F35;
}
.AnyTagClassName
{
color: #410F35;
}
</style>
background-color css
<style>
a { background-color: #410F35; }
a { background-color: rgb(65,15,53); }
div.DivClassName
{
background-color: #410F35;
}
.BgClassName
{
background-color: #410F35;
}
</style>
border-color css
<style>
span { border-color: #410F35; }
span { border-color: rgb(65,15,53); }
td.TdClassName
{
border-color: #410F35;
}
.TagClassName
{
border-color: #410F35;
}
</style>