Shades of Blackberry #3B182B
Tints of Blackberry #3B182B
RGB
CMYK
RGB Variations
Color information
#3B182B (or 0x3B182B) is known color: Blackberry. HEX triplet: 3B, 18 and 2B. RGB value is (59,24,43). Sum of RGB (Red+Green+Blue) = 59+24+43=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B182B is #C4E7D4. Grayscale: #242424. Windows color (decimal): -12904405 or 2824251. OLE color: 2824251.
HSL color Cylindrical-coordinate representation of color #3B182B: hue angle of 327.43º 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 #3B182B is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 24 | 43 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.77 |
| HSL | 327.43º | 0.42% | 0.16% | - |
| HSV(B) | 327.43º | 0.59% | 0.23% | - |
| XYZ | 2.57 | 1.76 | 2.49 | - |
| YUV | 36.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 43 | 0 | 0.59 | 0.27 | 0.77 | 327.43 | 0.42 | 0.16 |
| Hex | 3B | 18 | 2B | 0 | 3B | 1B | 4D | 147 | 2A | 10 |
| Octal | 73 | 30 | 53 | 0 | 73 | 33 | 115 | 507 | 52 | 20 |
| Binary | 111011 | 11000 | 101011 | 0 | 111011 | 11011 | 1001101 | 101000111 | 101010 | 10000 |
Color Harmonies of #3B182B
Complementary color
Monochromatic Colors of #3B182B
Black with #3B182B
Text Example
Text Example
White with #3B182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B182B; }
p { color: rgb(59,24,43); }
H1.HeaderClassName
{
color: #3B182B;
}
.AnyTagClassName
{
color: #3B182B;
}
</style>
background-color css
<style>
a { background-color: #3B182B; }
a { background-color: rgb(59,24,43); }
div.DivClassName
{
background-color: #3B182B;
}
.BgClassName
{
background-color: #3B182B;
}
</style>
border-color css
<style>
span { border-color: #3B182B; }
span { border-color: rgb(59,24,43); }
td.TdClassName
{
border-color: #3B182B;
}
.TagClassName
{
border-color: #3B182B;
}
</style>