Shades of Blackberry #3B0920
Tints of Blackberry #3B0920
RGB
CMYK
RGB Variations
Color information
#3B0920 (or 0x3B0920) is known color: Blackberry. HEX triplet: 3B, 09 and 20. RGB value is (59,9,32). Sum of RGB (Red+Green+Blue) = 59+9+32=100 (13% of max value = 765). Red value is 59 (23.44% from 255 or 59% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0920 is #C4F6DF. Grayscale: #1A1A1A. Windows color (decimal): -12908256 or 2099515. OLE color: 2099515.
HSL color Cylindrical-coordinate representation of color #3B0920: hue angle of 332.4º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B0920 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 9 | 32 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.77 |
| HSL | 332.4º | 0.74% | 0.13% | - |
| HSV(B) | 332.4º | 0.85% | 0.23% | - |
| XYZ | 2.16 | 1.23 | 1.49 | - |
| YUV | 26.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 32 | 0 | 0.85 | 0.46 | 0.77 | 332.4 | 0.74 | 0.13 |
| Hex | 3B | 9 | 20 | 0 | 55 | 2E | 4D | 14C | 4A | D |
| Octal | 73 | 11 | 40 | 0 | 125 | 56 | 115 | 514 | 112 | 15 |
| Binary | 111011 | 1001 | 100000 | 0 | 1010101 | 101110 | 1001101 | 101001100 | 1001010 | 1101 |
Color Harmonies of #3B0920
Complementary color
Monochromatic Colors of #3B0920
Black with #3B0920
Text Example
Text Example
White with #3B0920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0920; }
p { color: rgb(59,9,32); }
H1.HeaderClassName
{
color: #3B0920;
}
.AnyTagClassName
{
color: #3B0920;
}
</style>
background-color css
<style>
a { background-color: #3B0920; }
a { background-color: rgb(59,9,32); }
div.DivClassName
{
background-color: #3B0920;
}
.BgClassName
{
background-color: #3B0920;
}
</style>
border-color css
<style>
span { border-color: #3B0920; }
span { border-color: rgb(59,9,32); }
td.TdClassName
{
border-color: #3B0920;
}
.TagClassName
{
border-color: #3B0920;
}
</style>