Shades of Blackberry #410434
Tints of Blackberry #410434
RGB
CMYK
RGB Variations
Color information
#410434 (or 0x410434) is known color: Blackberry. HEX triplet: 41, 04 and 34. RGB value is (65,4,52). Sum of RGB (Red+Green+Blue) = 65+4+52=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #410434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410434 is #BEFBCB. Grayscale: #1B1B1B. Windows color (decimal): -12516300 or 3408961. OLE color: 3408961.
HSL color Cylindrical-coordinate representation of color #410434: hue angle of 312.79º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410434 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 4 | 52 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.75 |
| HSL | 312.79º | 0.88% | 0.14% | - |
| HSV(B) | 312.79º | 0.94% | 0.25% | - |
| XYZ | 2.84 | 1.46 | 3.38 | - |
| YUV | 27.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 4 | 52 | 0 | 0.94 | 0.20 | 0.75 | 312.79 | 0.88 | 0.14 |
| Hex | 41 | 4 | 34 | 0 | 5E | 14 | 4B | 139 | 58 | E |
| Octal | 101 | 4 | 64 | 0 | 136 | 24 | 113 | 471 | 130 | 16 |
| Binary | 1000001 | 100 | 110100 | 0 | 1011110 | 10100 | 1001011 | 100111001 | 1011000 | 1110 |
Color Harmonies of #410434
Complementary color
Monochromatic Colors of #410434
Black with #410434
Text Example
Text Example
White with #410434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410434; }
p { color: rgb(65,4,52); }
H1.HeaderClassName
{
color: #410434;
}
.AnyTagClassName
{
color: #410434;
}
</style>
background-color css
<style>
a { background-color: #410434; }
a { background-color: rgb(65,4,52); }
div.DivClassName
{
background-color: #410434;
}
.BgClassName
{
background-color: #410434;
}
</style>
border-color css
<style>
span { border-color: #410434; }
span { border-color: rgb(65,4,52); }
td.TdClassName
{
border-color: #410434;
}
.TagClassName
{
border-color: #410434;
}
</style>