Shades of Blackberry #3B0B2C
Tints of Blackberry #3B0B2C
RGB
CMYK
RGB Variations
Color information
#3B0B2C (or 0x3B0B2C) is known color: Blackberry. HEX triplet: 3B, 0B and 2C. RGB value is (59,11,44). Sum of RGB (Red+Green+Blue) = 59+11+44=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0B2C is #C4F4D3. Grayscale: #1D1D1D. Windows color (decimal): -12907732 or 2886459. OLE color: 2886459.
HSL color Cylindrical-coordinate representation of color #3B0B2C: hue angle of 318.75º 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 #3B0B2C is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 11 | 44 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.77 |
| HSL | 318.75º | 0.69% | 0.14% | - |
| HSV(B) | 318.75º | 0.81% | 0.23% | - |
| XYZ | 2.38 | 1.35 | 2.52 | - |
| YUV | 29.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 44 | 0 | 0.81 | 0.25 | 0.77 | 318.75 | 0.69 | 0.14 |
| Hex | 3B | B | 2C | 0 | 51 | 19 | 4D | 13F | 45 | E |
| Octal | 73 | 13 | 54 | 0 | 121 | 31 | 115 | 477 | 105 | 16 |
| Binary | 111011 | 1011 | 101100 | 0 | 1010001 | 11001 | 1001101 | 100111111 | 1000101 | 1110 |
Color Harmonies of #3B0B2C
Complementary color
Monochromatic Colors of #3B0B2C
Black with #3B0B2C
Text Example
Text Example
White with #3B0B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0B2C; }
p { color: rgb(59,11,44); }
H1.HeaderClassName
{
color: #3B0B2C;
}
.AnyTagClassName
{
color: #3B0B2C;
}
</style>
background-color css
<style>
a { background-color: #3B0B2C; }
a { background-color: rgb(59,11,44); }
div.DivClassName
{
background-color: #3B0B2C;
}
.BgClassName
{
background-color: #3B0B2C;
}
</style>
border-color css
<style>
span { border-color: #3B0B2C; }
span { border-color: rgb(59,11,44); }
td.TdClassName
{
border-color: #3B0B2C;
}
.TagClassName
{
border-color: #3B0B2C;
}
</style>