Shades of Blackberry #3B182E
Tints of Blackberry #3B182E
RGB
CMYK
RGB Variations
Color information
#3B182E (or 0x3B182E) is known color: Blackberry. HEX triplet: 3B, 18 and 2E. RGB value is (59,24,46). Sum of RGB (Red+Green+Blue) = 59+24+46=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B182E is #C4E7D1. Grayscale: #242424. Windows color (decimal): -12904402 or 3020859. OLE color: 3020859.
HSL color Cylindrical-coordinate representation of color #3B182E: hue angle of 322.29º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B182E is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 24 | 46 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.77 |
| HSL | 322.29º | 0.42% | 0.16% | - |
| HSV(B) | 322.29º | 0.59% | 0.23% | - |
| XYZ | 2.62 | 1.78 | 2.79 | - |
| YUV | 36.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 46 | 0 | 0.59 | 0.22 | 0.77 | 322.29 | 0.42 | 0.16 |
| Hex | 3B | 18 | 2E | 0 | 3B | 16 | 4D | 142 | 2A | 10 |
| Octal | 73 | 30 | 56 | 0 | 73 | 26 | 115 | 502 | 52 | 20 |
| Binary | 111011 | 11000 | 101110 | 0 | 111011 | 10110 | 1001101 | 101000010 | 101010 | 10000 |
Color Harmonies of #3B182E
Complementary color
Monochromatic Colors of #3B182E
Black with #3B182E
Text Example
Text Example
White with #3B182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B182E; }
p { color: rgb(59,24,46); }
H1.HeaderClassName
{
color: #3B182E;
}
.AnyTagClassName
{
color: #3B182E;
}
</style>
background-color css
<style>
a { background-color: #3B182E; }
a { background-color: rgb(59,24,46); }
div.DivClassName
{
background-color: #3B182E;
}
.BgClassName
{
background-color: #3B182E;
}
</style>
border-color css
<style>
span { border-color: #3B182E; }
span { border-color: rgb(59,24,46); }
td.TdClassName
{
border-color: #3B182E;
}
.TagClassName
{
border-color: #3B182E;
}
</style>