Shades of Blackberry #3B0A30
Tints of Blackberry #3B0A30
RGB
CMYK
RGB Variations
Color information
#3B0A30 (or 0x3B0A30) is known color: Blackberry. HEX triplet: 3B, 0A and 30. RGB value is (59,10,48). Sum of RGB (Red+Green+Blue) = 59+10+48=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0A30 is #C4F5CF. Grayscale: #1C1C1C. Windows color (decimal): -12907984 or 3148347. OLE color: 3148347.
HSL color Cylindrical-coordinate representation of color #3B0A30: hue angle of 313.47º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B0A30 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 10 | 48 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.77 |
| HSL | 313.47º | 0.71% | 0.14% | - |
| HSV(B) | 313.47º | 0.83% | 0.23% | - |
| XYZ | 2.45 | 1.36 | 2.93 | - |
| YUV | 28.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 10 | 48 | 0 | 0.83 | 0.19 | 0.77 | 313.47 | 0.71 | 0.14 |
| Hex | 3B | A | 30 | 0 | 53 | 13 | 4D | 139 | 47 | E |
| Octal | 73 | 12 | 60 | 0 | 123 | 23 | 115 | 471 | 107 | 16 |
| Binary | 111011 | 1010 | 110000 | 0 | 1010011 | 10011 | 1001101 | 100111001 | 1000111 | 1110 |
Color Harmonies of #3B0A30
Complementary color
Monochromatic Colors of #3B0A30
Black with #3B0A30
Text Example
Text Example
White with #3B0A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0A30; }
p { color: rgb(59,10,48); }
H1.HeaderClassName
{
color: #3B0A30;
}
.AnyTagClassName
{
color: #3B0A30;
}
</style>
background-color css
<style>
a { background-color: #3B0A30; }
a { background-color: rgb(59,10,48); }
div.DivClassName
{
background-color: #3B0A30;
}
.BgClassName
{
background-color: #3B0A30;
}
</style>
border-color css
<style>
span { border-color: #3B0A30; }
span { border-color: rgb(59,10,48); }
td.TdClassName
{
border-color: #3B0A30;
}
.TagClassName
{
border-color: #3B0A30;
}
</style>