Shades of Blackberry #3B0031
Tints of Blackberry #3B0031
RGB
CMYK
RGB Variations
Color information
#3B0031 (or 0x3B0031) is known color: Blackberry. HEX triplet: 3B, 00 and 31. RGB value is (59,0,49). Sum of RGB (Red+Green+Blue) = 59+0+49=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0031 is #C4FFCE. Grayscale: #171717. Windows color (decimal): -12910543 or 3211323. OLE color: 3211323.
HSL color Cylindrical-coordinate representation of color #3B0031: hue angle of 310.17º 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 #3B0031 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.17 | 0.77 |
| HSL | 310.17º | 1% | 0.12% | - |
| HSV(B) | 310.17º | 1% | 0.23% | - |
| XYZ | 2.36 | 1.15 | 3 | - |
| YUV | 23.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 49 | 0 | 1 | 0.17 | 0.77 | 310.17 | 1 | 0.12 |
| Hex | 3B | 0 | 31 | 0 | 64 | 11 | 4D | 136 | 64 | C |
| Octal | 73 | 0 | 61 | 0 | 144 | 21 | 115 | 466 | 144 | 14 |
| Binary | 111011 | 0 | 110001 | 0 | 1100100 | 10001 | 1001101 | 100110110 | 1100100 | 1100 |
Color Harmonies of #3B0031
Complementary color
Monochromatic Colors of #3B0031
Black with #3B0031
Text Example
Text Example
White with #3B0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0031; }
p { color: rgb(59,0,49); }
H1.HeaderClassName
{
color: #3B0031;
}
.AnyTagClassName
{
color: #3B0031;
}
</style>
background-color css
<style>
a { background-color: #3B0031; }
a { background-color: rgb(59,0,49); }
div.DivClassName
{
background-color: #3B0031;
}
.BgClassName
{
background-color: #3B0031;
}
</style>
border-color css
<style>
span { border-color: #3B0031; }
span { border-color: rgb(59,0,49); }
td.TdClassName
{
border-color: #3B0031;
}
.TagClassName
{
border-color: #3B0031;
}
</style>