Shades of Blackberry #3B192A
Tints of Blackberry #3B192A
RGB
CMYK
RGB Variations
Color information
#3B192A (or 0x3B192A) is known color: Blackberry. HEX triplet: 3B, 19 and 2A. RGB value is (59,25,42). Sum of RGB (Red+Green+Blue) = 59+25+42=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B192A is #C4E6D5. Grayscale: #252525. Windows color (decimal): -12904150 or 2758971. OLE color: 2758971.
HSL color Cylindrical-coordinate representation of color #3B192A: hue angle of 330º 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 #3B192A is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 25 | 42 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.77 |
| HSL | 330º | 0.4% | 0.16% | - |
| HSV(B) | 330º | 0.58% | 0.23% | - |
| XYZ | 2.57 | 1.79 | 2.4 | - |
| YUV | 37.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 42 | 0 | 0.58 | 0.29 | 0.77 | 330 | 0.4 | 0.16 |
| Hex | 3B | 19 | 2A | 0 | 3A | 1D | 4D | 14A | 28 | 10 |
| Octal | 73 | 31 | 52 | 0 | 72 | 35 | 115 | 512 | 50 | 20 |
| Binary | 111011 | 11001 | 101010 | 0 | 111010 | 11101 | 1001101 | 101001010 | 101000 | 10000 |
Color Harmonies of #3B192A
Complementary color
Monochromatic Colors of #3B192A
Black with #3B192A
Text Example
Text Example
White with #3B192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B192A; }
p { color: rgb(59,25,42); }
H1.HeaderClassName
{
color: #3B192A;
}
.AnyTagClassName
{
color: #3B192A;
}
</style>
background-color css
<style>
a { background-color: #3B192A; }
a { background-color: rgb(59,25,42); }
div.DivClassName
{
background-color: #3B192A;
}
.BgClassName
{
background-color: #3B192A;
}
</style>
border-color css
<style>
span { border-color: #3B192A; }
span { border-color: rgb(59,25,42); }
td.TdClassName
{
border-color: #3B192A;
}
.TagClassName
{
border-color: #3B192A;
}
</style>