Shades of Blackberry #410424
Tints of Blackberry #410424
RGB
CMYK
RGB Variations
Color information
#410424 (or 0x410424) is known color: Blackberry. HEX triplet: 41, 04 and 24. RGB value is (65,4,36). Sum of RGB (Red+Green+Blue) = 65+4+36=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #410424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410424 is #BEFBDB. Grayscale: #191919. Windows color (decimal): -12516316 or 2360385. OLE color: 2360385.
HSL color Cylindrical-coordinate representation of color #410424: hue angle of 328.52º 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 #410424 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 4 | 36 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.75 |
| HSL | 328.52º | 0.88% | 0.14% | - |
| HSV(B) | 328.52º | 0.94% | 0.25% | - |
| XYZ | 2.54 | 1.34 | 1.79 | - |
| YUV | 25.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 4 | 36 | 0 | 0.94 | 0.45 | 0.75 | 328.52 | 0.88 | 0.14 |
| Hex | 41 | 4 | 24 | 0 | 5E | 2D | 4B | 149 | 58 | E |
| Octal | 101 | 4 | 44 | 0 | 136 | 55 | 113 | 511 | 130 | 16 |
| Binary | 1000001 | 100 | 100100 | 0 | 1011110 | 101101 | 1001011 | 101001001 | 1011000 | 1110 |
Color Harmonies of #410424
Complementary color
Monochromatic Colors of #410424
Black with #410424
Text Example
Text Example
White with #410424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410424; }
p { color: rgb(65,4,36); }
H1.HeaderClassName
{
color: #410424;
}
.AnyTagClassName
{
color: #410424;
}
</style>
background-color css
<style>
a { background-color: #410424; }
a { background-color: rgb(65,4,36); }
div.DivClassName
{
background-color: #410424;
}
.BgClassName
{
background-color: #410424;
}
</style>
border-color css
<style>
span { border-color: #410424; }
span { border-color: rgb(65,4,36); }
td.TdClassName
{
border-color: #410424;
}
.TagClassName
{
border-color: #410424;
}
</style>