Shades of Blackberry #3A1728
Tints of Blackberry #3A1728
RGB
CMYK
RGB Variations
Color information
#3A1728 (or 0x3A1728) is known color: Blackberry. HEX triplet: 3A, 17 and 28. RGB value is (58,23,40). Sum of RGB (Red+Green+Blue) = 58+23+40=121 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.93% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1728 is #C5E8D7. Grayscale: #232323. Windows color (decimal): -12970200 or 2627386. OLE color: 2627386.
HSL color Cylindrical-coordinate representation of color #3A1728: hue angle of 330.86º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A1728 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 23 | 40 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.77 |
| HSL | 330.86º | 0.43% | 0.16% | - |
| HSV(B) | 330.86º | 0.6% | 0.23% | - |
| XYZ | 2.43 | 1.67 | 2.2 | - |
| YUV | 35.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 40 | 0 | 0.60 | 0.31 | 0.77 | 330.86 | 0.43 | 0.16 |
| Hex | 3A | 17 | 28 | 0 | 3C | 1F | 4D | 14B | 2B | 10 |
| Octal | 72 | 27 | 50 | 0 | 74 | 37 | 115 | 513 | 53 | 20 |
| Binary | 111010 | 10111 | 101000 | 0 | 111100 | 11111 | 1001101 | 101001011 | 101011 | 10000 |
Color Harmonies of #3A1728
Complementary color
Monochromatic Colors of #3A1728
Black with #3A1728
Text Example
Text Example
White with #3A1728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1728; }
p { color: rgb(58,23,40); }
H1.HeaderClassName
{
color: #3A1728;
}
.AnyTagClassName
{
color: #3A1728;
}
</style>
background-color css
<style>
a { background-color: #3A1728; }
a { background-color: rgb(58,23,40); }
div.DivClassName
{
background-color: #3A1728;
}
.BgClassName
{
background-color: #3A1728;
}
</style>
border-color css
<style>
span { border-color: #3A1728; }
span { border-color: rgb(58,23,40); }
td.TdClassName
{
border-color: #3A1728;
}
.TagClassName
{
border-color: #3A1728;
}
</style>