Shades of Blackberry #3B0A2E
Tints of Blackberry #3B0A2E
RGB
CMYK
RGB Variations
Color information
#3B0A2E (or 0x3B0A2E) is known color: Blackberry. HEX triplet: 3B, 0A and 2E. RGB value is (59,10,46). Sum of RGB (Red+Green+Blue) = 59+10+46=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0A2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0A2E is #C4F5D1. Grayscale: #1C1C1C. Windows color (decimal): -12907986 or 3017275. OLE color: 3017275.
HSL color Cylindrical-coordinate representation of color #3B0A2E: hue angle of 315.92º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B0A2E is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 10 | 46 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.77 |
| HSL | 315.92º | 0.71% | 0.14% | - |
| HSV(B) | 315.92º | 0.83% | 0.23% | - |
| XYZ | 2.41 | 1.34 | 2.72 | - |
| YUV | 28.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 10 | 46 | 0 | 0.83 | 0.22 | 0.77 | 315.92 | 0.71 | 0.14 |
| Hex | 3B | A | 2E | 0 | 53 | 16 | 4D | 13C | 47 | E |
| Octal | 73 | 12 | 56 | 0 | 123 | 26 | 115 | 474 | 107 | 16 |
| Binary | 111011 | 1010 | 101110 | 0 | 1010011 | 10110 | 1001101 | 100111100 | 1000111 | 1110 |
Color Harmonies of #3B0A2E
Complementary color
Monochromatic Colors of #3B0A2E
Black with #3B0A2E
Text Example
Text Example
White with #3B0A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0A2E; }
p { color: rgb(59,10,46); }
H1.HeaderClassName
{
color: #3B0A2E;
}
.AnyTagClassName
{
color: #3B0A2E;
}
</style>
background-color css
<style>
a { background-color: #3B0A2E; }
a { background-color: rgb(59,10,46); }
div.DivClassName
{
background-color: #3B0A2E;
}
.BgClassName
{
background-color: #3B0A2E;
}
</style>
border-color css
<style>
span { border-color: #3B0A2E; }
span { border-color: rgb(59,10,46); }
td.TdClassName
{
border-color: #3B0A2E;
}
.TagClassName
{
border-color: #3B0A2E;
}
</style>