Shades of Blackberry #3B1D30
Tints of Blackberry #3B1D30
RGB
CMYK
RGB Variations
Color information
#3B1D30 (or 0x3B1D30) is known color: Blackberry. HEX triplet: 3B, 1D and 30. RGB value is (59,29,48). Sum of RGB (Red+Green+Blue) = 59+29+48=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1D30 is #C4E2CF. Grayscale: #282828. Windows color (decimal): -12903120 or 3153211. OLE color: 3153211.
HSL color Cylindrical-coordinate representation of color #3B1D30: hue angle of 322º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B1D30 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 29 | 48 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.77 |
| HSL | 322º | 0.34% | 0.17% | - |
| HSV(B) | 322º | 0.51% | 0.23% | - |
| XYZ | 2.78 | 2.02 | 3.04 | - |
| YUV | 40.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 48 | 0 | 0.51 | 0.19 | 0.77 | 322 | 0.34 | 0.17 |
| Hex | 3B | 1D | 30 | 0 | 33 | 13 | 4D | 142 | 22 | 11 |
| Octal | 73 | 35 | 60 | 0 | 63 | 23 | 115 | 502 | 42 | 21 |
| Binary | 111011 | 11101 | 110000 | 0 | 110011 | 10011 | 1001101 | 101000010 | 100010 | 10001 |
Color Harmonies of #3B1D30
Complementary color
Monochromatic Colors of #3B1D30
Black with #3B1D30
Text Example
Text Example
White with #3B1D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D30; }
p { color: rgb(59,29,48); }
H1.HeaderClassName
{
color: #3B1D30;
}
.AnyTagClassName
{
color: #3B1D30;
}
</style>
background-color css
<style>
a { background-color: #3B1D30; }
a { background-color: rgb(59,29,48); }
div.DivClassName
{
background-color: #3B1D30;
}
.BgClassName
{
background-color: #3B1D30;
}
</style>
border-color css
<style>
span { border-color: #3B1D30; }
span { border-color: rgb(59,29,48); }
td.TdClassName
{
border-color: #3B1D30;
}
.TagClassName
{
border-color: #3B1D30;
}
</style>