Shades of Blackberry #3B192E
Tints of Blackberry #3B192E
RGB
CMYK
RGB Variations
Color information
#3B192E (or 0x3B192E) is known color: Blackberry. HEX triplet: 3B, 19 and 2E. RGB value is (59,25,46). Sum of RGB (Red+Green+Blue) = 59+25+46=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B192E is #C4E6D1. Grayscale: #252525. Windows color (decimal): -12904146 or 3021115. OLE color: 3021115.
HSL color Cylindrical-coordinate representation of color #3B192E: hue angle of 322.94º 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 #3B192E is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 25 | 46 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.77 |
| HSL | 322.94º | 0.4% | 0.16% | - |
| HSV(B) | 322.94º | 0.58% | 0.23% | - |
| XYZ | 2.64 | 1.82 | 2.8 | - |
| YUV | 37.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 46 | 0 | 0.58 | 0.22 | 0.77 | 322.94 | 0.4 | 0.16 |
| Hex | 3B | 19 | 2E | 0 | 3A | 16 | 4D | 143 | 28 | 10 |
| Octal | 73 | 31 | 56 | 0 | 72 | 26 | 115 | 503 | 50 | 20 |
| Binary | 111011 | 11001 | 101110 | 0 | 111010 | 10110 | 1001101 | 101000011 | 101000 | 10000 |
Color Harmonies of #3B192E
Complementary color
Monochromatic Colors of #3B192E
Black with #3B192E
Text Example
Text Example
White with #3B192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B192E; }
p { color: rgb(59,25,46); }
H1.HeaderClassName
{
color: #3B192E;
}
.AnyTagClassName
{
color: #3B192E;
}
</style>
background-color css
<style>
a { background-color: #3B192E; }
a { background-color: rgb(59,25,46); }
div.DivClassName
{
background-color: #3B192E;
}
.BgClassName
{
background-color: #3B192E;
}
</style>
border-color css
<style>
span { border-color: #3B192E; }
span { border-color: rgb(59,25,46); }
td.TdClassName
{
border-color: #3B192E;
}
.TagClassName
{
border-color: #3B192E;
}
</style>