Shades of Blackberry #3A1028
Tints of Blackberry #3A1028
RGB
CMYK
RGB Variations
Color information
#3A1028 (or 0x3A1028) is known color: Blackberry. HEX triplet: 3A, 10 and 28. RGB value is (58,16,40). Sum of RGB (Red+Green+Blue) = 58+16+40=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1028 is #C5EFD7. Grayscale: #1F1F1F. Windows color (decimal): -12971992 or 2625594. OLE color: 2625594.
HSL color Cylindrical-coordinate representation of color #3A1028: hue angle of 325.71º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A1028 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 16 | 40 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.77 |
| HSL | 325.71º | 0.57% | 0.15% | - |
| HSV(B) | 325.71º | 0.72% | 0.23% | - |
| XYZ | 2.31 | 1.42 | 2.16 | - |
| YUV | 31.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 40 | 0 | 0.72 | 0.31 | 0.77 | 325.71 | 0.57 | 0.15 |
| Hex | 3A | 10 | 28 | 0 | 48 | 1F | 4D | 146 | 39 | F |
| Octal | 72 | 20 | 50 | 0 | 110 | 37 | 115 | 506 | 71 | 17 |
| Binary | 111010 | 10000 | 101000 | 0 | 1001000 | 11111 | 1001101 | 101000110 | 111001 | 1111 |
Color Harmonies of #3A1028
Complementary color
Monochromatic Colors of #3A1028
Black with #3A1028
Text Example
Text Example
White with #3A1028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1028; }
p { color: rgb(58,16,40); }
H1.HeaderClassName
{
color: #3A1028;
}
.AnyTagClassName
{
color: #3A1028;
}
</style>
background-color css
<style>
a { background-color: #3A1028; }
a { background-color: rgb(58,16,40); }
div.DivClassName
{
background-color: #3A1028;
}
.BgClassName
{
background-color: #3A1028;
}
</style>
border-color css
<style>
span { border-color: #3A1028; }
span { border-color: rgb(58,16,40); }
td.TdClassName
{
border-color: #3A1028;
}
.TagClassName
{
border-color: #3A1028;
}
</style>