Shades of Blackberry #41072F
Tints of Blackberry #41072F
RGB
CMYK
RGB Variations
Color information
#41072F (or 0x41072F) is known color: Blackberry. HEX triplet: 41, 07 and 2F. RGB value is (65,7,47). Sum of RGB (Red+Green+Blue) = 65+7+47=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #41072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41072F is #BEF8D0. Grayscale: #1C1C1C. Windows color (decimal): -12515537 or 3082049. OLE color: 3082049.
HSL color Cylindrical-coordinate representation of color #41072F: hue angle of 318.62º 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 #41072F is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 7 | 47 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.75 |
| HSL | 318.62º | 0.81% | 0.14% | - |
| HSV(B) | 318.62º | 0.89% | 0.25% | - |
| XYZ | 2.77 | 1.48 | 2.83 | - |
| YUV | 28.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 47 | 0 | 0.89 | 0.28 | 0.75 | 318.62 | 0.81 | 0.14 |
| Hex | 41 | 7 | 2F | 0 | 59 | 1C | 4B | 13F | 51 | E |
| Octal | 101 | 7 | 57 | 0 | 131 | 34 | 113 | 477 | 121 | 16 |
| Binary | 1000001 | 111 | 101111 | 0 | 1011001 | 11100 | 1001011 | 100111111 | 1010001 | 1110 |
Color Harmonies of #41072F
Complementary color
Monochromatic Colors of #41072F
Black with #41072F
Text Example
Text Example
White with #41072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41072F; }
p { color: rgb(65,7,47); }
H1.HeaderClassName
{
color: #41072F;
}
.AnyTagClassName
{
color: #41072F;
}
</style>
background-color css
<style>
a { background-color: #41072F; }
a { background-color: rgb(65,7,47); }
div.DivClassName
{
background-color: #41072F;
}
.BgClassName
{
background-color: #41072F;
}
</style>
border-color css
<style>
span { border-color: #41072F; }
span { border-color: rgb(65,7,47); }
td.TdClassName
{
border-color: #41072F;
}
.TagClassName
{
border-color: #41072F;
}
</style>