Shades of Blackberry #410E2F
Tints of Blackberry #410E2F
RGB
CMYK
RGB Variations
Color information
#410E2F (or 0x410E2F) is known color: Blackberry. HEX triplet: 41, 0E and 2F. RGB value is (65,14,47). Sum of RGB (Red+Green+Blue) = 65+14+47=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #410E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E2F is #BEF1D0. Grayscale: #202020. Windows color (decimal): -12513745 or 3083841. OLE color: 3083841.
HSL color Cylindrical-coordinate representation of color #410E2F: hue angle of 321.18º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #410E2F is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 14 | 47 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.75 |
| HSL | 321.18º | 0.65% | 0.15% | - |
| HSV(B) | 321.18º | 0.78% | 0.25% | - |
| XYZ | 2.85 | 1.64 | 2.86 | - |
| YUV | 33.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 47 | 0 | 0.78 | 0.28 | 0.75 | 321.18 | 0.65 | 0.15 |
| Hex | 41 | E | 2F | 0 | 4E | 1C | 4B | 141 | 41 | F |
| Octal | 101 | 16 | 57 | 0 | 116 | 34 | 113 | 501 | 101 | 17 |
| Binary | 1000001 | 1110 | 101111 | 0 | 1001110 | 11100 | 1001011 | 101000001 | 1000001 | 1111 |
Color Harmonies of #410E2F
Complementary color
Monochromatic Colors of #410E2F
Black with #410E2F
Text Example
Text Example
White with #410E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410E2F; }
p { color: rgb(65,14,47); }
H1.HeaderClassName
{
color: #410E2F;
}
.AnyTagClassName
{
color: #410E2F;
}
</style>
background-color css
<style>
a { background-color: #410E2F; }
a { background-color: rgb(65,14,47); }
div.DivClassName
{
background-color: #410E2F;
}
.BgClassName
{
background-color: #410E2F;
}
</style>
border-color css
<style>
span { border-color: #410E2F; }
span { border-color: rgb(65,14,47); }
td.TdClassName
{
border-color: #410E2F;
}
.TagClassName
{
border-color: #410E2F;
}
</style>