Shades of Blackberry #410F34
Tints of Blackberry #410F34
RGB
CMYK
RGB Variations
Color information
#410F34 (or 0x410F34) is known color: Blackberry. HEX triplet: 41, 0F and 34. RGB value is (65,15,52). Sum of RGB (Red+Green+Blue) = 65+15+52=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #410F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F34 is #BEF0CB. Grayscale: #222222. Windows color (decimal): -12513484 or 3411777. OLE color: 3411777.
HSL color Cylindrical-coordinate representation of color #410F34: hue angle of 315.6º 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 #410F34 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 15 | 52 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.75 |
| HSL | 315.6º | 0.63% | 0.16% | - |
| HSV(B) | 315.6º | 0.77% | 0.25% | - |
| XYZ | 2.97 | 1.71 | 3.42 | - |
| YUV | 34.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 52 | 0 | 0.77 | 0.20 | 0.75 | 315.6 | 0.63 | 0.16 |
| Hex | 41 | F | 34 | 0 | 4D | 14 | 4B | 13C | 3E | 10 |
| Octal | 101 | 17 | 64 | 0 | 115 | 24 | 113 | 474 | 76 | 20 |
| Binary | 1000001 | 1111 | 110100 | 0 | 1001101 | 10100 | 1001011 | 100111100 | 111110 | 10000 |
Color Harmonies of #410F34
Complementary color
Monochromatic Colors of #410F34
Black with #410F34
Text Example
Text Example
White with #410F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410F34; }
p { color: rgb(65,15,52); }
H1.HeaderClassName
{
color: #410F34;
}
.AnyTagClassName
{
color: #410F34;
}
</style>
background-color css
<style>
a { background-color: #410F34; }
a { background-color: rgb(65,15,52); }
div.DivClassName
{
background-color: #410F34;
}
.BgClassName
{
background-color: #410F34;
}
</style>
border-color css
<style>
span { border-color: #410F34; }
span { border-color: rgb(65,15,52); }
td.TdClassName
{
border-color: #410F34;
}
.TagClassName
{
border-color: #410F34;
}
</style>