Shades of Blackberry #3A1B2E
Tints of Blackberry #3A1B2E
RGB
CMYK
RGB Variations
Color information
#3A1B2E (or 0x3A1B2E) is known color: Blackberry. HEX triplet: 3A, 1B and 2E. RGB value is (58,27,46). Sum of RGB (Red+Green+Blue) = 58+27+46=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1B2E is #C5E4D1. Grayscale: #262626. Windows color (decimal): -12969170 or 3021626. OLE color: 3021626.
HSL color Cylindrical-coordinate representation of color #3A1B2E: hue angle of 323.23º 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 #3A1B2E is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 27 | 46 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.77 |
| HSL | 323.23º | 0.36% | 0.17% | - |
| HSV(B) | 323.23º | 0.53% | 0.23% | - |
| XYZ | 2.63 | 1.88 | 2.81 | - |
| YUV | 38.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 46 | 0 | 0.53 | 0.21 | 0.77 | 323.23 | 0.36 | 0.17 |
| Hex | 3A | 1B | 2E | 0 | 35 | 15 | 4D | 143 | 24 | 11 |
| Octal | 72 | 33 | 56 | 0 | 65 | 25 | 115 | 503 | 44 | 21 |
| Binary | 111010 | 11011 | 101110 | 0 | 110101 | 10101 | 1001101 | 101000011 | 100100 | 10001 |
Color Harmonies of #3A1B2E
Complementary color
Monochromatic Colors of #3A1B2E
Black with #3A1B2E
Text Example
Text Example
White with #3A1B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1B2E; }
p { color: rgb(58,27,46); }
H1.HeaderClassName
{
color: #3A1B2E;
}
.AnyTagClassName
{
color: #3A1B2E;
}
</style>
background-color css
<style>
a { background-color: #3A1B2E; }
a { background-color: rgb(58,27,46); }
div.DivClassName
{
background-color: #3A1B2E;
}
.BgClassName
{
background-color: #3A1B2E;
}
</style>
border-color css
<style>
span { border-color: #3A1B2E; }
span { border-color: rgb(58,27,46); }
td.TdClassName
{
border-color: #3A1B2E;
}
.TagClassName
{
border-color: #3A1B2E;
}
</style>