Shades of Blackberry #3B0C31
Tints of Blackberry #3B0C31
RGB
CMYK
RGB Variations
Color information
#3B0C31 (or 0x3B0C31) is known color: Blackberry. HEX triplet: 3B, 0C and 31. RGB value is (59,12,49). Sum of RGB (Red+Green+Blue) = 59+12+49=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0C31 is #C4F3CE. Grayscale: #1E1E1E. Windows color (decimal): -12907471 or 3214395. OLE color: 3214395.
HSL color Cylindrical-coordinate representation of color #3B0C31: hue angle of 312.77º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B0C31 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 12 | 49 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.77 |
| HSL | 312.77º | 0.66% | 0.14% | - |
| HSV(B) | 312.77º | 0.8% | 0.23% | - |
| XYZ | 2.49 | 1.41 | 3.05 | - |
| YUV | 30.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 12 | 49 | 0 | 0.80 | 0.17 | 0.77 | 312.77 | 0.66 | 0.14 |
| Hex | 3B | C | 31 | 0 | 50 | 11 | 4D | 139 | 42 | E |
| Octal | 73 | 14 | 61 | 0 | 120 | 21 | 115 | 471 | 102 | 16 |
| Binary | 111011 | 1100 | 110001 | 0 | 1010000 | 10001 | 1001101 | 100111001 | 1000010 | 1110 |
Color Harmonies of #3B0C31
Complementary color
Monochromatic Colors of #3B0C31
Black with #3B0C31
Text Example
Text Example
White with #3B0C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0C31; }
p { color: rgb(59,12,49); }
H1.HeaderClassName
{
color: #3B0C31;
}
.AnyTagClassName
{
color: #3B0C31;
}
</style>
background-color css
<style>
a { background-color: #3B0C31; }
a { background-color: rgb(59,12,49); }
div.DivClassName
{
background-color: #3B0C31;
}
.BgClassName
{
background-color: #3B0C31;
}
</style>
border-color css
<style>
span { border-color: #3B0C31; }
span { border-color: rgb(59,12,49); }
td.TdClassName
{
border-color: #3B0C31;
}
.TagClassName
{
border-color: #3B0C31;
}
</style>