Shades of Blackberry #3B0B2D
Tints of Blackberry #3B0B2D
RGB
CMYK
RGB Variations
Color information
#3B0B2D (or 0x3B0B2D) is known color: Blackberry. HEX triplet: 3B, 0B and 2D. RGB value is (59,11,45). Sum of RGB (Red+Green+Blue) = 59+11+45=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0B2D is #C4F4D2. Grayscale: #1D1D1D. Windows color (decimal): -12907731 or 2951995. OLE color: 2951995.
HSL color Cylindrical-coordinate representation of color #3B0B2D: hue angle of 317.5º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B0B2D is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 11 | 45 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.77 |
| HSL | 317.5º | 0.69% | 0.14% | - |
| HSV(B) | 317.5º | 0.81% | 0.23% | - |
| XYZ | 2.4 | 1.36 | 2.62 | - |
| YUV | 29.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 45 | 0 | 0.81 | 0.24 | 0.77 | 317.5 | 0.69 | 0.14 |
| Hex | 3B | B | 2D | 0 | 51 | 18 | 4D | 13E | 45 | E |
| Octal | 73 | 13 | 55 | 0 | 121 | 30 | 115 | 476 | 105 | 16 |
| Binary | 111011 | 1011 | 101101 | 0 | 1010001 | 11000 | 1001101 | 100111110 | 1000101 | 1110 |
Color Harmonies of #3B0B2D
Complementary color
Monochromatic Colors of #3B0B2D
Black with #3B0B2D
Text Example
Text Example
White with #3B0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0B2D; }
p { color: rgb(59,11,45); }
H1.HeaderClassName
{
color: #3B0B2D;
}
.AnyTagClassName
{
color: #3B0B2D;
}
</style>
background-color css
<style>
a { background-color: #3B0B2D; }
a { background-color: rgb(59,11,45); }
div.DivClassName
{
background-color: #3B0B2D;
}
.BgClassName
{
background-color: #3B0B2D;
}
</style>
border-color css
<style>
span { border-color: #3B0B2D; }
span { border-color: rgb(59,11,45); }
td.TdClassName
{
border-color: #3B0B2D;
}
.TagClassName
{
border-color: #3B0B2D;
}
</style>