Shades of Blackberry #3B1C2D
Tints of Blackberry #3B1C2D
RGB
CMYK
RGB Variations
Color information
#3B1C2D (or 0x3B1C2D) is known color: Blackberry. HEX triplet: 3B, 1C and 2D. RGB value is (59,28,45). Sum of RGB (Red+Green+Blue) = 59+28+45=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1C2D is #C4E3D2. Grayscale: #272727. Windows color (decimal): -12903379 or 2956347. OLE color: 2956347.
HSL color Cylindrical-coordinate representation of color #3B1C2D: hue angle of 327.1º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B1C2D is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 28 | 45 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.77 |
| HSL | 327.1º | 0.36% | 0.17% | - |
| HSV(B) | 327.1º | 0.53% | 0.23% | - |
| XYZ | 2.69 | 1.95 | 2.72 | - |
| YUV | 39.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 28 | 45 | 0 | 0.53 | 0.24 | 0.77 | 327.1 | 0.36 | 0.17 |
| Hex | 3B | 1C | 2D | 0 | 35 | 18 | 4D | 147 | 24 | 11 |
| Octal | 73 | 34 | 55 | 0 | 65 | 30 | 115 | 507 | 44 | 21 |
| Binary | 111011 | 11100 | 101101 | 0 | 110101 | 11000 | 1001101 | 101000111 | 100100 | 10001 |
Color Harmonies of #3B1C2D
Complementary color
Monochromatic Colors of #3B1C2D
Black with #3B1C2D
Text Example
Text Example
White with #3B1C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1C2D; }
p { color: rgb(59,28,45); }
H1.HeaderClassName
{
color: #3B1C2D;
}
.AnyTagClassName
{
color: #3B1C2D;
}
</style>
background-color css
<style>
a { background-color: #3B1C2D; }
a { background-color: rgb(59,28,45); }
div.DivClassName
{
background-color: #3B1C2D;
}
.BgClassName
{
background-color: #3B1C2D;
}
</style>
border-color css
<style>
span { border-color: #3B1C2D; }
span { border-color: rgb(59,28,45); }
td.TdClassName
{
border-color: #3B1C2D;
}
.TagClassName
{
border-color: #3B1C2D;
}
</style>