Shades of Blackberry #3B1A2C
Tints of Blackberry #3B1A2C
RGB
CMYK
RGB Variations
Color information
#3B1A2C (or 0x3B1A2C) is known color: Blackberry. HEX triplet: 3B, 1A and 2C. RGB value is (59,26,44). Sum of RGB (Red+Green+Blue) = 59+26+44=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1A2C is #C4E5D3. Grayscale: #252525. Windows color (decimal): -12903892 or 2890299. OLE color: 2890299.
HSL color Cylindrical-coordinate representation of color #3B1A2C: hue angle of 327.27º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B1A2C is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 26 | 44 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.77 |
| HSL | 327.27º | 0.39% | 0.17% | - |
| HSV(B) | 327.27º | 0.56% | 0.23% | - |
| XYZ | 2.63 | 1.85 | 2.6 | - |
| YUV | 37.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 44 | 0 | 0.56 | 0.25 | 0.77 | 327.27 | 0.39 | 0.17 |
| Hex | 3B | 1A | 2C | 0 | 38 | 19 | 4D | 147 | 27 | 11 |
| Octal | 73 | 32 | 54 | 0 | 70 | 31 | 115 | 507 | 47 | 21 |
| Binary | 111011 | 11010 | 101100 | 0 | 111000 | 11001 | 1001101 | 101000111 | 100111 | 10001 |
Color Harmonies of #3B1A2C
Complementary color
Monochromatic Colors of #3B1A2C
Black with #3B1A2C
Text Example
Text Example
White with #3B1A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A2C; }
p { color: rgb(59,26,44); }
H1.HeaderClassName
{
color: #3B1A2C;
}
.AnyTagClassName
{
color: #3B1A2C;
}
</style>
background-color css
<style>
a { background-color: #3B1A2C; }
a { background-color: rgb(59,26,44); }
div.DivClassName
{
background-color: #3B1A2C;
}
.BgClassName
{
background-color: #3B1A2C;
}
</style>
border-color css
<style>
span { border-color: #3B1A2C; }
span { border-color: rgb(59,26,44); }
td.TdClassName
{
border-color: #3B1A2C;
}
.TagClassName
{
border-color: #3B1A2C;
}
</style>