Shades of Blackberry #3A1324
Tints of Blackberry #3A1324
RGB
CMYK
RGB Variations
Color information
#3A1324 (or 0x3A1324) is known color: Blackberry. HEX triplet: 3A, 13 and 24. RGB value is (58,19,36). Sum of RGB (Red+Green+Blue) = 58+19+36=113 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.33% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1324 is #C5ECDB. Grayscale: #202020. Windows color (decimal): -12971228 or 2364218. OLE color: 2364218.
HSL color Cylindrical-coordinate representation of color #3A1324: hue angle of 333.85º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A1324 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 36 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.77 |
| HSL | 333.85º | 0.51% | 0.15% | - |
| HSV(B) | 333.85º | 0.67% | 0.23% | - |
| XYZ | 2.3 | 1.49 | 1.84 | - |
| YUV | 32.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 36 | 0 | 0.67 | 0.38 | 0.77 | 333.85 | 0.51 | 0.15 |
| Hex | 3A | 13 | 24 | 0 | 43 | 26 | 4D | 14E | 33 | F |
| Octal | 72 | 23 | 44 | 0 | 103 | 46 | 115 | 516 | 63 | 17 |
| Binary | 111010 | 10011 | 100100 | 0 | 1000011 | 100110 | 1001101 | 101001110 | 110011 | 1111 |
Color Harmonies of #3A1324
Complementary color
Monochromatic Colors of #3A1324
Black with #3A1324
Text Example
Text Example
White with #3A1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1324; }
p { color: rgb(58,19,36); }
H1.HeaderClassName
{
color: #3A1324;
}
.AnyTagClassName
{
color: #3A1324;
}
</style>
background-color css
<style>
a { background-color: #3A1324; }
a { background-color: rgb(58,19,36); }
div.DivClassName
{
background-color: #3A1324;
}
.BgClassName
{
background-color: #3A1324;
}
</style>
border-color css
<style>
span { border-color: #3A1324; }
span { border-color: rgb(58,19,36); }
td.TdClassName
{
border-color: #3A1324;
}
.TagClassName
{
border-color: #3A1324;
}
</style>