Shades of Blackberry #410834
Tints of Blackberry #410834
RGB
CMYK
RGB Variations
Color information
#410834 (or 0x410834) is known color: Blackberry. HEX triplet: 41, 08 and 34. RGB value is (65,8,52). Sum of RGB (Red+Green+Blue) = 65+8+52=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #410834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410834 is #BEF7CB. Grayscale: #1D1D1D. Windows color (decimal): -12515276 or 3409985. OLE color: 3409985.
HSL color Cylindrical-coordinate representation of color #410834: hue angle of 313.68º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410834 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 8 | 52 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.75 |
| HSL | 313.68º | 0.78% | 0.14% | - |
| HSV(B) | 313.68º | 0.88% | 0.25% | - |
| XYZ | 2.89 | 1.55 | 3.39 | - |
| YUV | 30.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 52 | 0 | 0.88 | 0.20 | 0.75 | 313.68 | 0.78 | 0.14 |
| Hex | 41 | 8 | 34 | 0 | 58 | 14 | 4B | 13A | 4E | E |
| Octal | 101 | 10 | 64 | 0 | 130 | 24 | 113 | 472 | 116 | 16 |
| Binary | 1000001 | 1000 | 110100 | 0 | 1011000 | 10100 | 1001011 | 100111010 | 1001110 | 1110 |
Color Harmonies of #410834
Complementary color
Monochromatic Colors of #410834
Black with #410834
Text Example
Text Example
White with #410834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410834; }
p { color: rgb(65,8,52); }
H1.HeaderClassName
{
color: #410834;
}
.AnyTagClassName
{
color: #410834;
}
</style>
background-color css
<style>
a { background-color: #410834; }
a { background-color: rgb(65,8,52); }
div.DivClassName
{
background-color: #410834;
}
.BgClassName
{
background-color: #410834;
}
</style>
border-color css
<style>
span { border-color: #410834; }
span { border-color: rgb(65,8,52); }
td.TdClassName
{
border-color: #410834;
}
.TagClassName
{
border-color: #410834;
}
</style>