Shades of Blackberry #41072E
Tints of Blackberry #41072E
RGB
CMYK
RGB Variations
Color information
#41072E (or 0x41072E) is known color: Blackberry. HEX triplet: 41, 07 and 2E. RGB value is (65,7,46). Sum of RGB (Red+Green+Blue) = 65+7+46=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #41072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41072E is #BEF8D1. Grayscale: #1C1C1C. Windows color (decimal): -12515538 or 3016513. OLE color: 3016513.
HSL color Cylindrical-coordinate representation of color #41072E: hue angle of 319.66º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41072E is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 7 | 46 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.75 |
| HSL | 319.66º | 0.81% | 0.14% | - |
| HSV(B) | 319.66º | 0.89% | 0.25% | - |
| XYZ | 2.75 | 1.47 | 2.72 | - |
| YUV | 28.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 46 | 0 | 0.89 | 0.29 | 0.75 | 319.66 | 0.81 | 0.14 |
| Hex | 41 | 7 | 2E | 0 | 59 | 1D | 4B | 140 | 51 | E |
| Octal | 101 | 7 | 56 | 0 | 131 | 35 | 113 | 500 | 121 | 16 |
| Binary | 1000001 | 111 | 101110 | 0 | 1011001 | 11101 | 1001011 | 101000000 | 1010001 | 1110 |
Color Harmonies of #41072E
Complementary color
Monochromatic Colors of #41072E
Black with #41072E
Text Example
Text Example
White with #41072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41072E; }
p { color: rgb(65,7,46); }
H1.HeaderClassName
{
color: #41072E;
}
.AnyTagClassName
{
color: #41072E;
}
</style>
background-color css
<style>
a { background-color: #41072E; }
a { background-color: rgb(65,7,46); }
div.DivClassName
{
background-color: #41072E;
}
.BgClassName
{
background-color: #41072E;
}
</style>
border-color css
<style>
span { border-color: #41072E; }
span { border-color: rgb(65,7,46); }
td.TdClassName
{
border-color: #41072E;
}
.TagClassName
{
border-color: #41072E;
}
</style>