Shades of Blackberry #3B002E
Tints of Blackberry #3B002E
RGB
CMYK
RGB Variations
Color information
#3B002E (or 0x3B002E) is known color: Blackberry. HEX triplet: 3B, 00 and 2E. RGB value is (59,0,46). Sum of RGB (Red+Green+Blue) = 59+0+46=105 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.19% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 59 - color contains mainly: red. Hex color #3B002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B002E is #C4FFD1. Grayscale: #161616. Windows color (decimal): -12910546 or 3014715. OLE color: 3014715.
HSL color Cylindrical-coordinate representation of color #3B002E: hue angle of 313.22º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B002E is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.22 | 0.77 |
| HSL | 313.22º | 1% | 0.12% | - |
| HSV(B) | 313.22º | 1% | 0.23% | - |
| XYZ | 2.3 | 1.13 | 2.68 | - |
| YUV | 22.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 46 | 0 | 1 | 0.22 | 0.77 | 313.22 | 1 | 0.12 |
| Hex | 3B | 0 | 2E | 0 | 64 | 16 | 4D | 139 | 64 | C |
| Octal | 73 | 0 | 56 | 0 | 144 | 26 | 115 | 471 | 144 | 14 |
| Binary | 111011 | 0 | 101110 | 0 | 1100100 | 10110 | 1001101 | 100111001 | 1100100 | 1100 |
Color Harmonies of #3B002E
Complementary color
Monochromatic Colors of #3B002E
Black with #3B002E
Text Example
Text Example
White with #3B002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B002E; }
p { color: rgb(59,0,46); }
H1.HeaderClassName
{
color: #3B002E;
}
.AnyTagClassName
{
color: #3B002E;
}
</style>
background-color css
<style>
a { background-color: #3B002E; }
a { background-color: rgb(59,0,46); }
div.DivClassName
{
background-color: #3B002E;
}
.BgClassName
{
background-color: #3B002E;
}
</style>
border-color css
<style>
span { border-color: #3B002E; }
span { border-color: rgb(59,0,46); }
td.TdClassName
{
border-color: #3B002E;
}
.TagClassName
{
border-color: #3B002E;
}
</style>