Shades of Blackberry #41072B
Tints of Blackberry #41072B
RGB
CMYK
RGB Variations
Color information
#41072B (or 0x41072B) is known color: Blackberry. HEX triplet: 41, 07 and 2B. RGB value is (65,7,43). Sum of RGB (Red+Green+Blue) = 65+7+43=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41072B is #BEF8D4. Grayscale: #1C1C1C. Windows color (decimal): -12515541 or 2819905. OLE color: 2819905.
HSL color Cylindrical-coordinate representation of color #41072B: hue angle of 322.76º 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 #41072B is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 7 | 43 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.75 |
| HSL | 322.76º | 0.81% | 0.14% | - |
| HSV(B) | 322.76º | 0.89% | 0.25% | - |
| XYZ | 2.69 | 1.45 | 2.42 | - |
| YUV | 28.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 43 | 0 | 0.89 | 0.34 | 0.75 | 322.76 | 0.81 | 0.14 |
| Hex | 41 | 7 | 2B | 0 | 59 | 22 | 4B | 143 | 51 | E |
| Octal | 101 | 7 | 53 | 0 | 131 | 42 | 113 | 503 | 121 | 16 |
| Binary | 1000001 | 111 | 101011 | 0 | 1011001 | 100010 | 1001011 | 101000011 | 1010001 | 1110 |
Color Harmonies of #41072B
Complementary color
Monochromatic Colors of #41072B
Black with #41072B
Text Example
Text Example
White with #41072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41072B; }
p { color: rgb(65,7,43); }
H1.HeaderClassName
{
color: #41072B;
}
.AnyTagClassName
{
color: #41072B;
}
</style>
background-color css
<style>
a { background-color: #41072B; }
a { background-color: rgb(65,7,43); }
div.DivClassName
{
background-color: #41072B;
}
.BgClassName
{
background-color: #41072B;
}
</style>
border-color css
<style>
span { border-color: #41072B; }
span { border-color: rgb(65,7,43); }
td.TdClassName
{
border-color: #41072B;
}
.TagClassName
{
border-color: #41072B;
}
</style>