Shades of Blackberry #3B2030
Tints of Blackberry #3B2030
RGB
CMYK
RGB Variations
Color information
#3B2030 (or 0x3B2030) is known color: Blackberry. HEX triplet: 3B, 20 and 30. RGB value is (59,32,48). Sum of RGB (Red+Green+Blue) = 59+32+48=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2030 is #C4DFCF. Grayscale: #292929. Windows color (decimal): -12902352 or 3153979. OLE color: 3153979.
HSL color Cylindrical-coordinate representation of color #3B2030: hue angle of 324.44º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B2030 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 32 | 48 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.77 |
| HSL | 324.44º | 0.3% | 0.18% | - |
| HSV(B) | 324.44º | 0.46% | 0.23% | - |
| XYZ | 2.85 | 2.18 | 3.07 | - |
| YUV | 41.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 48 | 0 | 0.46 | 0.19 | 0.77 | 324.44 | 0.3 | 0.18 |
| Hex | 3B | 20 | 30 | 0 | 2E | 13 | 4D | 144 | 1E | 12 |
| Octal | 73 | 40 | 60 | 0 | 56 | 23 | 115 | 504 | 36 | 22 |
| Binary | 111011 | 100000 | 110000 | 0 | 101110 | 10011 | 1001101 | 101000100 | 11110 | 10010 |
Color Harmonies of #3B2030
Complementary color
Monochromatic Colors of #3B2030
Black with #3B2030
Text Example
Text Example
White with #3B2030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2030; }
p { color: rgb(59,32,48); }
H1.HeaderClassName
{
color: #3B2030;
}
.AnyTagClassName
{
color: #3B2030;
}
</style>
background-color css
<style>
a { background-color: #3B2030; }
a { background-color: rgb(59,32,48); }
div.DivClassName
{
background-color: #3B2030;
}
.BgClassName
{
background-color: #3B2030;
}
</style>
border-color css
<style>
span { border-color: #3B2030; }
span { border-color: rgb(59,32,48); }
td.TdClassName
{
border-color: #3B2030;
}
.TagClassName
{
border-color: #3B2030;
}
</style>