Shades of Blackberry #3A0D2E
Tints of Blackberry #3A0D2E
RGB
CMYK
RGB Variations
Color information
#3A0D2E (or 0x3A0D2E) is known color: Blackberry. HEX triplet: 3A, 0D and 2E. RGB value is (58,13,46). Sum of RGB (Red+Green+Blue) = 58+13+46=117 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.57% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0D2E is #C5F2D1. Grayscale: #1E1E1E. Windows color (decimal): -12972754 or 3018042. OLE color: 3018042.
HSL color Cylindrical-coordinate representation of color #3A0D2E: hue angle of 316º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A0D2E is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 13 | 46 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.77 |
| HSL | 316º | 0.63% | 0.14% | - |
| HSV(B) | 316º | 0.78% | 0.23% | - |
| XYZ | 2.38 | 1.38 | 2.73 | - |
| YUV | 30.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 13 | 46 | 0 | 0.78 | 0.21 | 0.77 | 316 | 0.63 | 0.14 |
| Hex | 3A | D | 2E | 0 | 4E | 15 | 4D | 13C | 3F | E |
| Octal | 72 | 15 | 56 | 0 | 116 | 25 | 115 | 474 | 77 | 16 |
| Binary | 111010 | 1101 | 101110 | 0 | 1001110 | 10101 | 1001101 | 100111100 | 111111 | 1110 |
Color Harmonies of #3A0D2E
Complementary color
Monochromatic Colors of #3A0D2E
Black with #3A0D2E
Text Example
Text Example
White with #3A0D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0D2E; }
p { color: rgb(58,13,46); }
H1.HeaderClassName
{
color: #3A0D2E;
}
.AnyTagClassName
{
color: #3A0D2E;
}
</style>
background-color css
<style>
a { background-color: #3A0D2E; }
a { background-color: rgb(58,13,46); }
div.DivClassName
{
background-color: #3A0D2E;
}
.BgClassName
{
background-color: #3A0D2E;
}
</style>
border-color css
<style>
span { border-color: #3A0D2E; }
span { border-color: rgb(58,13,46); }
td.TdClassName
{
border-color: #3A0D2E;
}
.TagClassName
{
border-color: #3A0D2E;
}
</style>