Shades of Blackberry #3B1930
Tints of Blackberry #3B1930
RGB
CMYK
RGB Variations
Color information
#3B1930 (or 0x3B1930) is known color: Blackberry. HEX triplet: 3B, 19 and 30. RGB value is (59,25,48). Sum of RGB (Red+Green+Blue) = 59+25+48=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1930 is #C4E6CF. Grayscale: #252525. Windows color (decimal): -12904144 or 3152187. OLE color: 3152187.
HSL color Cylindrical-coordinate representation of color #3B1930: hue angle of 319.41º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B1930 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 25 | 48 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.77 |
| HSL | 319.41º | 0.4% | 0.16% | - |
| HSV(B) | 319.41º | 0.58% | 0.23% | - |
| XYZ | 2.68 | 1.84 | 3.01 | - |
| YUV | 37.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 48 | 0 | 0.58 | 0.19 | 0.77 | 319.41 | 0.4 | 0.16 |
| Hex | 3B | 19 | 30 | 0 | 3A | 13 | 4D | 13F | 28 | 10 |
| Octal | 73 | 31 | 60 | 0 | 72 | 23 | 115 | 477 | 50 | 20 |
| Binary | 111011 | 11001 | 110000 | 0 | 111010 | 10011 | 1001101 | 100111111 | 101000 | 10000 |
Color Harmonies of #3B1930
Complementary color
Monochromatic Colors of #3B1930
Black with #3B1930
Text Example
Text Example
White with #3B1930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1930; }
p { color: rgb(59,25,48); }
H1.HeaderClassName
{
color: #3B1930;
}
.AnyTagClassName
{
color: #3B1930;
}
</style>
background-color css
<style>
a { background-color: #3B1930; }
a { background-color: rgb(59,25,48); }
div.DivClassName
{
background-color: #3B1930;
}
.BgClassName
{
background-color: #3B1930;
}
</style>
border-color css
<style>
span { border-color: #3B1930; }
span { border-color: rgb(59,25,48); }
td.TdClassName
{
border-color: #3B1930;
}
.TagClassName
{
border-color: #3B1930;
}
</style>