Shades of Blackberry #3B031B
Tints of Blackberry #3B031B
RGB
CMYK
RGB Variations
Color information
#3B031B (or 0x3B031B) is known color: Blackberry. HEX triplet: 3B, 03 and 1B. RGB value is (59,3,27). Sum of RGB (Red+Green+Blue) = 59+3+27=89 (11% of max value = 765). Red value is 59 (23.44% from 255 or 66.29% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 59 - color contains mainly: red. Hex color #3B031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B031B is #C4FCE4. Grayscale: #161616. Windows color (decimal): -12909797 or 1770299. OLE color: 1770299.
HSL color Cylindrical-coordinate representation of color #3B031B: hue angle of 334.29º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B031B is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 3 | 27 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.77 |
| HSL | 334.29º | 0.9% | 0.12% | - |
| HSV(B) | 334.29º | 0.95% | 0.23% | - |
| XYZ | 2.03 | 1.07 | 1.14 | - |
| YUV | 22.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 27 | 0 | 0.95 | 0.54 | 0.77 | 334.29 | 0.9 | 0.12 |
| Hex | 3B | 3 | 1B | 0 | 5F | 36 | 4D | 14E | 5A | C |
| Octal | 73 | 3 | 33 | 0 | 137 | 66 | 115 | 516 | 132 | 14 |
| Binary | 111011 | 11 | 11011 | 0 | 1011111 | 110110 | 1001101 | 101001110 | 1011010 | 1100 |
Color Harmonies of #3B031B
Complementary color
Monochromatic Colors of #3B031B
Black with #3B031B
Text Example
Text Example
White with #3B031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B031B; }
p { color: rgb(59,3,27); }
H1.HeaderClassName
{
color: #3B031B;
}
.AnyTagClassName
{
color: #3B031B;
}
</style>
background-color css
<style>
a { background-color: #3B031B; }
a { background-color: rgb(59,3,27); }
div.DivClassName
{
background-color: #3B031B;
}
.BgClassName
{
background-color: #3B031B;
}
</style>
border-color css
<style>
span { border-color: #3B031B; }
span { border-color: rgb(59,3,27); }
td.TdClassName
{
border-color: #3B031B;
}
.TagClassName
{
border-color: #3B031B;
}
</style>