Shades of Blackberry #3B0030
Tints of Blackberry #3B0030
RGB
CMYK
RGB Variations
Color information
#3B0030 (or 0x3B0030) is known color: Blackberry. HEX triplet: 3B, 00 and 30. RGB value is (59,0,48). Sum of RGB (Red+Green+Blue) = 59+0+48=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0030 is #C4FFCF. Grayscale: #161616. Windows color (decimal): -12910544 or 3145787. OLE color: 3145787.
HSL color Cylindrical-coordinate representation of color #3B0030: hue angle of 311.19º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B0030 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.19 | 0.77 |
| HSL | 311.19º | 1% | 0.12% | - |
| HSV(B) | 311.19º | 1% | 0.23% | - |
| XYZ | 2.34 | 1.14 | 2.89 | - |
| YUV | 23.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 48 | 0 | 1 | 0.19 | 0.77 | 311.19 | 1 | 0.12 |
| Hex | 3B | 0 | 30 | 0 | 64 | 13 | 4D | 137 | 64 | C |
| Octal | 73 | 0 | 60 | 0 | 144 | 23 | 115 | 467 | 144 | 14 |
| Binary | 111011 | 0 | 110000 | 0 | 1100100 | 10011 | 1001101 | 100110111 | 1100100 | 1100 |
Color Harmonies of #3B0030
Complementary color
Monochromatic Colors of #3B0030
Black with #3B0030
Text Example
Text Example
White with #3B0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0030; }
p { color: rgb(59,0,48); }
H1.HeaderClassName
{
color: #3B0030;
}
.AnyTagClassName
{
color: #3B0030;
}
</style>
background-color css
<style>
a { background-color: #3B0030; }
a { background-color: rgb(59,0,48); }
div.DivClassName
{
background-color: #3B0030;
}
.BgClassName
{
background-color: #3B0030;
}
</style>
border-color css
<style>
span { border-color: #3B0030; }
span { border-color: rgb(59,0,48); }
td.TdClassName
{
border-color: #3B0030;
}
.TagClassName
{
border-color: #3B0030;
}
</style>