Shades of Blackberry #3B011D
Tints of Blackberry #3B011D
RGB
CMYK
RGB Variations
Color information
#3B011D (or 0x3B011D) is known color: Blackberry. HEX triplet: 3B, 01 and 1D. RGB value is (59,1,29). Sum of RGB (Red+Green+Blue) = 59+1+29=89 (11% of max value = 765). Red value is 59 (23.44% from 255 or 66.29% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 59 - color contains mainly: red. Hex color #3B011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B011D is #C4FEE2. Grayscale: #151515. Windows color (decimal): -12910307 or 1900859. OLE color: 1900859.
HSL color Cylindrical-coordinate representation of color #3B011D: hue angle of 331.03º 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 #3B011D is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 29 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.77 |
| HSL | 331.03º | 0.97% | 0.12% | - |
| HSV(B) | 331.03º | 0.98% | 0.23% | - |
| XYZ | 2.04 | 1.04 | 1.26 | - |
| YUV | 21.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 29 | 0 | 0.98 | 0.51 | 0.77 | 331.03 | 0.97 | 0.12 |
| Hex | 3B | 1 | 1D | 0 | 62 | 33 | 4D | 14B | 61 | C |
| Octal | 73 | 1 | 35 | 0 | 142 | 63 | 115 | 513 | 141 | 14 |
| Binary | 111011 | 1 | 11101 | 0 | 1100010 | 110011 | 1001101 | 101001011 | 1100001 | 1100 |
Color Harmonies of #3B011D
Complementary color
Monochromatic Colors of #3B011D
Black with #3B011D
Text Example
Text Example
White with #3B011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B011D; }
p { color: rgb(59,1,29); }
H1.HeaderClassName
{
color: #3B011D;
}
.AnyTagClassName
{
color: #3B011D;
}
</style>
background-color css
<style>
a { background-color: #3B011D; }
a { background-color: rgb(59,1,29); }
div.DivClassName
{
background-color: #3B011D;
}
.BgClassName
{
background-color: #3B011D;
}
</style>
border-color css
<style>
span { border-color: #3B011D; }
span { border-color: rgb(59,1,29); }
td.TdClassName
{
border-color: #3B011D;
}
.TagClassName
{
border-color: #3B011D;
}
</style>