Shades of Blackberry #3B1830
Tints of Blackberry #3B1830
RGB
CMYK
RGB Variations
Color information
#3B1830 (or 0x3B1830) is known color: Blackberry. HEX triplet: 3B, 18 and 30. RGB value is (59,24,48). Sum of RGB (Red+Green+Blue) = 59+24+48=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1830 is #C4E7CF. Grayscale: #252525. Windows color (decimal): -12904400 or 3151931. OLE color: 3151931.
HSL color Cylindrical-coordinate representation of color #3B1830: hue angle of 318.86º 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 #3B1830 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 24 | 48 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.77 |
| HSL | 318.86º | 0.42% | 0.16% | - |
| HSV(B) | 318.86º | 0.59% | 0.23% | - |
| XYZ | 2.66 | 1.8 | 3 | - |
| YUV | 37.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 48 | 0 | 0.59 | 0.19 | 0.77 | 318.86 | 0.42 | 0.16 |
| Hex | 3B | 18 | 30 | 0 | 3B | 13 | 4D | 13F | 2A | 10 |
| Octal | 73 | 30 | 60 | 0 | 73 | 23 | 115 | 477 | 52 | 20 |
| Binary | 111011 | 11000 | 110000 | 0 | 111011 | 10011 | 1001101 | 100111111 | 101010 | 10000 |
Color Harmonies of #3B1830
Complementary color
Monochromatic Colors of #3B1830
Black with #3B1830
Text Example
Text Example
White with #3B1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1830; }
p { color: rgb(59,24,48); }
H1.HeaderClassName
{
color: #3B1830;
}
.AnyTagClassName
{
color: #3B1830;
}
</style>
background-color css
<style>
a { background-color: #3B1830; }
a { background-color: rgb(59,24,48); }
div.DivClassName
{
background-color: #3B1830;
}
.BgClassName
{
background-color: #3B1830;
}
</style>
border-color css
<style>
span { border-color: #3B1830; }
span { border-color: rgb(59,24,48); }
td.TdClassName
{
border-color: #3B1830;
}
.TagClassName
{
border-color: #3B1830;
}
</style>