Shades of Blackberry #3B011B
Tints of Blackberry #3B011B
RGB
CMYK
RGB Variations
Color information
#3B011B (or 0x3B011B) is known color: Blackberry. HEX triplet: 3B, 01 and 1B. RGB value is (59,1,27). Sum of RGB (Red+Green+Blue) = 59+1+27=87 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.82% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 59 - color contains mainly: red. Hex color #3B011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B011B is #C4FEE4. Grayscale: #151515. Windows color (decimal): -12910309 or 1769787. OLE color: 1769787.
HSL color Cylindrical-coordinate representation of color #3B011B: hue angle of 333.1º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B011B is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 27 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.77 |
| HSL | 333.1º | 0.97% | 0.12% | - |
| HSV(B) | 333.1º | 0.98% | 0.23% | - |
| XYZ | 2.01 | 1.03 | 1.13 | - |
| YUV | 21.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 27 | 0 | 0.98 | 0.54 | 0.77 | 333.1 | 0.97 | 0.12 |
| Hex | 3B | 1 | 1B | 0 | 62 | 36 | 4D | 14D | 61 | C |
| Octal | 73 | 1 | 33 | 0 | 142 | 66 | 115 | 515 | 141 | 14 |
| Binary | 111011 | 1 | 11011 | 0 | 1100010 | 110110 | 1001101 | 101001101 | 1100001 | 1100 |
Color Harmonies of #3B011B
Complementary color
Monochromatic Colors of #3B011B
Black with #3B011B
Text Example
Text Example
White with #3B011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B011B; }
p { color: rgb(59,1,27); }
H1.HeaderClassName
{
color: #3B011B;
}
.AnyTagClassName
{
color: #3B011B;
}
</style>
background-color css
<style>
a { background-color: #3B011B; }
a { background-color: rgb(59,1,27); }
div.DivClassName
{
background-color: #3B011B;
}
.BgClassName
{
background-color: #3B011B;
}
</style>
border-color css
<style>
span { border-color: #3B011B; }
span { border-color: rgb(59,1,27); }
td.TdClassName
{
border-color: #3B011B;
}
.TagClassName
{
border-color: #3B011B;
}
</style>