Shades of Blackberry #3B0D30
Tints of Blackberry #3B0D30
RGB
CMYK
RGB Variations
Color information
#3B0D30 (or 0x3B0D30) is known color: Blackberry. HEX triplet: 3B, 0D and 30. RGB value is (59,13,48). Sum of RGB (Red+Green+Blue) = 59+13+48=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0D30 is #C4F2CF. Grayscale: #1E1E1E. Windows color (decimal): -12907216 or 3149115. OLE color: 3149115.
HSL color Cylindrical-coordinate representation of color #3B0D30: hue angle of 314.35º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B0D30 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 13 | 48 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.77 |
| HSL | 314.35º | 0.64% | 0.14% | - |
| HSV(B) | 314.35º | 0.78% | 0.23% | - |
| XYZ | 2.48 | 1.43 | 2.94 | - |
| YUV | 30.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 13 | 48 | 0 | 0.78 | 0.19 | 0.77 | 314.35 | 0.64 | 0.14 |
| Hex | 3B | D | 30 | 0 | 4E | 13 | 4D | 13A | 40 | E |
| Octal | 73 | 15 | 60 | 0 | 116 | 23 | 115 | 472 | 100 | 16 |
| Binary | 111011 | 1101 | 110000 | 0 | 1001110 | 10011 | 1001101 | 100111010 | 1000000 | 1110 |
Color Harmonies of #3B0D30
Complementary color
Monochromatic Colors of #3B0D30
Black with #3B0D30
Text Example
Text Example
White with #3B0D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0D30; }
p { color: rgb(59,13,48); }
H1.HeaderClassName
{
color: #3B0D30;
}
.AnyTagClassName
{
color: #3B0D30;
}
</style>
background-color css
<style>
a { background-color: #3B0D30; }
a { background-color: rgb(59,13,48); }
div.DivClassName
{
background-color: #3B0D30;
}
.BgClassName
{
background-color: #3B0D30;
}
</style>
border-color css
<style>
span { border-color: #3B0D30; }
span { border-color: rgb(59,13,48); }
td.TdClassName
{
border-color: #3B0D30;
}
.TagClassName
{
border-color: #3B0D30;
}
</style>