Shades of Blackberry #3B071B
Tints of Blackberry #3B071B
RGB
CMYK
RGB Variations
Color information
#3B071B (or 0x3B071B) is known color: Blackberry. HEX triplet: 3B, 07 and 1B. RGB value is (59,7,27). Sum of RGB (Red+Green+Blue) = 59+7+27=93 (12% of max value = 765). Red value is 59 (23.44% from 255 or 63.44% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 59 - color contains mainly: red. Hex color #3B071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B071B is #C4F8E4. Grayscale: #181818. Windows color (decimal): -12908773 or 1771323. OLE color: 1771323.
HSL color Cylindrical-coordinate representation of color #3B071B: hue angle of 336.92º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B071B is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 7 | 27 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.77 |
| HSL | 336.92º | 0.79% | 0.13% | - |
| HSV(B) | 336.92º | 0.88% | 0.23% | - |
| XYZ | 2.08 | 1.16 | 1.15 | - |
| YUV | 24.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 7 | 27 | 0 | 0.88 | 0.54 | 0.77 | 336.92 | 0.79 | 0.13 |
| Hex | 3B | 7 | 1B | 0 | 58 | 36 | 4D | 151 | 4F | D |
| Octal | 73 | 7 | 33 | 0 | 130 | 66 | 115 | 521 | 117 | 15 |
| Binary | 111011 | 111 | 11011 | 0 | 1011000 | 110110 | 1001101 | 101010001 | 1001111 | 1101 |
Color Harmonies of #3B071B
Complementary color
Monochromatic Colors of #3B071B
Black with #3B071B
Text Example
Text Example
White with #3B071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B071B; }
p { color: rgb(59,7,27); }
H1.HeaderClassName
{
color: #3B071B;
}
.AnyTagClassName
{
color: #3B071B;
}
</style>
background-color css
<style>
a { background-color: #3B071B; }
a { background-color: rgb(59,7,27); }
div.DivClassName
{
background-color: #3B071B;
}
.BgClassName
{
background-color: #3B071B;
}
</style>
border-color css
<style>
span { border-color: #3B071B; }
span { border-color: rgb(59,7,27); }
td.TdClassName
{
border-color: #3B071B;
}
.TagClassName
{
border-color: #3B071B;
}
</style>