Shades of Blackberry #3B0D2E
Tints of Blackberry #3B0D2E
RGB
CMYK
RGB Variations
Color information
#3B0D2E (or 0x3B0D2E) is known color: Blackberry. HEX triplet: 3B, 0D and 2E. RGB value is (59,13,46). Sum of RGB (Red+Green+Blue) = 59+13+46=118 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0D2E is #C4F2D1. Grayscale: #1E1E1E. Windows color (decimal): -12907218 or 3018043. OLE color: 3018043.
HSL color Cylindrical-coordinate representation of color #3B0D2E: hue angle of 316.96º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B0D2E is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 13 | 46 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.77 |
| HSL | 316.96º | 0.64% | 0.14% | - |
| HSV(B) | 316.96º | 0.78% | 0.23% | - |
| XYZ | 2.44 | 1.41 | 2.73 | - |
| YUV | 30.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 13 | 46 | 0 | 0.78 | 0.22 | 0.77 | 316.96 | 0.64 | 0.14 |
| Hex | 3B | D | 2E | 0 | 4E | 16 | 4D | 13D | 40 | E |
| Octal | 73 | 15 | 56 | 0 | 116 | 26 | 115 | 475 | 100 | 16 |
| Binary | 111011 | 1101 | 101110 | 0 | 1001110 | 10110 | 1001101 | 100111101 | 1000000 | 1110 |
Color Harmonies of #3B0D2E
Complementary color
Monochromatic Colors of #3B0D2E
Black with #3B0D2E
Text Example
Text Example
White with #3B0D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0D2E; }
p { color: rgb(59,13,46); }
H1.HeaderClassName
{
color: #3B0D2E;
}
.AnyTagClassName
{
color: #3B0D2E;
}
</style>
background-color css
<style>
a { background-color: #3B0D2E; }
a { background-color: rgb(59,13,46); }
div.DivClassName
{
background-color: #3B0D2E;
}
.BgClassName
{
background-color: #3B0D2E;
}
</style>
border-color css
<style>
span { border-color: #3B0D2E; }
span { border-color: rgb(59,13,46); }
td.TdClassName
{
border-color: #3B0D2E;
}
.TagClassName
{
border-color: #3B0D2E;
}
</style>