Shades of Blackberry #3B0621
Tints of Blackberry #3B0621
RGB
CMYK
RGB Variations
Color information
#3B0621 (or 0x3B0621) is known color: Blackberry. HEX triplet: 3B, 06 and 21. RGB value is (59,6,33). Sum of RGB (Red+Green+Blue) = 59+6+33=98 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.20% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0621 is #C4F9DE. Grayscale: #181818. Windows color (decimal): -12909023 or 2164283. OLE color: 2164283.
HSL color Cylindrical-coordinate representation of color #3B0621: hue angle of 329.43º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B0621 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 6 | 33 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.77 |
| HSL | 329.43º | 0.82% | 0.13% | - |
| HSV(B) | 329.43º | 0.9% | 0.23% | - |
| XYZ | 2.14 | 1.17 | 1.55 | - |
| YUV | 24.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 33 | 0 | 0.90 | 0.44 | 0.77 | 329.43 | 0.82 | 0.13 |
| Hex | 3B | 6 | 21 | 0 | 5A | 2C | 4D | 149 | 52 | D |
| Octal | 73 | 6 | 41 | 0 | 132 | 54 | 115 | 511 | 122 | 15 |
| Binary | 111011 | 110 | 100001 | 0 | 1011010 | 101100 | 1001101 | 101001001 | 1010010 | 1101 |
Color Harmonies of #3B0621
Complementary color
Monochromatic Colors of #3B0621
Black with #3B0621
Text Example
Text Example
White with #3B0621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0621; }
p { color: rgb(59,6,33); }
H1.HeaderClassName
{
color: #3B0621;
}
.AnyTagClassName
{
color: #3B0621;
}
</style>
background-color css
<style>
a { background-color: #3B0621; }
a { background-color: rgb(59,6,33); }
div.DivClassName
{
background-color: #3B0621;
}
.BgClassName
{
background-color: #3B0621;
}
</style>
border-color css
<style>
span { border-color: #3B0621; }
span { border-color: rgb(59,6,33); }
td.TdClassName
{
border-color: #3B0621;
}
.TagClassName
{
border-color: #3B0621;
}
</style>