Shades of Blackberry #3A1328
Tints of Blackberry #3A1328
RGB
CMYK
RGB Variations
Color information
#3A1328 (or 0x3A1328) is known color: Blackberry. HEX triplet: 3A, 13 and 28. RGB value is (58,19,40). Sum of RGB (Red+Green+Blue) = 58+19+40=117 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.57% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1328 is #C5ECD7. Grayscale: #212121. Windows color (decimal): -12971224 or 2626362. OLE color: 2626362.
HSL color Cylindrical-coordinate representation of color #3A1328: hue angle of 327.69º 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 #3A1328 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 40 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.77 |
| HSL | 327.69º | 0.51% | 0.15% | - |
| HSV(B) | 327.69º | 0.67% | 0.23% | - |
| XYZ | 2.36 | 1.52 | 2.18 | - |
| YUV | 33.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 40 | 0 | 0.67 | 0.31 | 0.77 | 327.69 | 0.51 | 0.15 |
| Hex | 3A | 13 | 28 | 0 | 43 | 1F | 4D | 148 | 33 | F |
| Octal | 72 | 23 | 50 | 0 | 103 | 37 | 115 | 510 | 63 | 17 |
| Binary | 111010 | 10011 | 101000 | 0 | 1000011 | 11111 | 1001101 | 101001000 | 110011 | 1111 |
Color Harmonies of #3A1328
Complementary color
Monochromatic Colors of #3A1328
Black with #3A1328
Text Example
Text Example
White with #3A1328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1328; }
p { color: rgb(58,19,40); }
H1.HeaderClassName
{
color: #3A1328;
}
.AnyTagClassName
{
color: #3A1328;
}
</style>
background-color css
<style>
a { background-color: #3A1328; }
a { background-color: rgb(58,19,40); }
div.DivClassName
{
background-color: #3A1328;
}
.BgClassName
{
background-color: #3A1328;
}
</style>
border-color css
<style>
span { border-color: #3A1328; }
span { border-color: rgb(58,19,40); }
td.TdClassName
{
border-color: #3A1328;
}
.TagClassName
{
border-color: #3A1328;
}
</style>