Shades of Blackberry #3B052E
Tints of Blackberry #3B052E
RGB
CMYK
RGB Variations
Color information
#3B052E (or 0x3B052E) is known color: Blackberry. HEX triplet: 3B, 05 and 2E. RGB value is (59,5,46). Sum of RGB (Red+Green+Blue) = 59+5+46=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B052E is #C4FAD1. Grayscale: #191919. Windows color (decimal): -12909266 or 3015995. OLE color: 3015995.
HSL color Cylindrical-coordinate representation of color #3B052E: hue angle of 314.44º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B052E is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 5 | 46 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.77 |
| HSL | 314.44º | 0.84% | 0.13% | - |
| HSV(B) | 314.44º | 0.92% | 0.23% | - |
| XYZ | 2.35 | 1.24 | 2.7 | - |
| YUV | 25.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 46 | 0 | 0.92 | 0.22 | 0.77 | 314.44 | 0.84 | 0.13 |
| Hex | 3B | 5 | 2E | 0 | 5C | 16 | 4D | 13A | 54 | D |
| Octal | 73 | 5 | 56 | 0 | 134 | 26 | 115 | 472 | 124 | 15 |
| Binary | 111011 | 101 | 101110 | 0 | 1011100 | 10110 | 1001101 | 100111010 | 1010100 | 1101 |
Color Harmonies of #3B052E
Complementary color
Monochromatic Colors of #3B052E
Black with #3B052E
Text Example
Text Example
White with #3B052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B052E; }
p { color: rgb(59,5,46); }
H1.HeaderClassName
{
color: #3B052E;
}
.AnyTagClassName
{
color: #3B052E;
}
</style>
background-color css
<style>
a { background-color: #3B052E; }
a { background-color: rgb(59,5,46); }
div.DivClassName
{
background-color: #3B052E;
}
.BgClassName
{
background-color: #3B052E;
}
</style>
border-color css
<style>
span { border-color: #3B052E; }
span { border-color: rgb(59,5,46); }
td.TdClassName
{
border-color: #3B052E;
}
.TagClassName
{
border-color: #3B052E;
}
</style>