Shades of Blackberry #410134
Tints of Blackberry #410134
RGB
CMYK
RGB Variations
Color information
#410134 (or 0x410134) is known color: Blackberry. HEX triplet: 41, 01 and 34. RGB value is (65,1,52). Sum of RGB (Red+Green+Blue) = 65+1+52=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #410134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410134 is #BEFECB. Grayscale: #191919. Windows color (decimal): -12517068 or 3408193. OLE color: 3408193.
HSL color Cylindrical-coordinate representation of color #410134: hue angle of 312.19º 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 #410134 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 1 | 52 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.75 |
| HSL | 312.19º | 0.97% | 0.13% | - |
| HSV(B) | 312.19º | 0.98% | 0.25% | - |
| XYZ | 2.81 | 1.39 | 3.37 | - |
| YUV | 25.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 52 | 0 | 0.98 | 0.20 | 0.75 | 312.19 | 0.97 | 0.13 |
| Hex | 41 | 1 | 34 | 0 | 62 | 14 | 4B | 138 | 61 | D |
| Octal | 101 | 1 | 64 | 0 | 142 | 24 | 113 | 470 | 141 | 15 |
| Binary | 1000001 | 1 | 110100 | 0 | 1100010 | 10100 | 1001011 | 100111000 | 1100001 | 1101 |
Color Harmonies of #410134
Complementary color
Monochromatic Colors of #410134
Black with #410134
Text Example
Text Example
White with #410134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410134; }
p { color: rgb(65,1,52); }
H1.HeaderClassName
{
color: #410134;
}
.AnyTagClassName
{
color: #410134;
}
</style>
background-color css
<style>
a { background-color: #410134; }
a { background-color: rgb(65,1,52); }
div.DivClassName
{
background-color: #410134;
}
.BgClassName
{
background-color: #410134;
}
</style>
border-color css
<style>
span { border-color: #410134; }
span { border-color: rgb(65,1,52); }
td.TdClassName
{
border-color: #410134;
}
.TagClassName
{
border-color: #410134;
}
</style>