Shades of Blackberry #3A1330
Tints of Blackberry #3A1330
RGB
CMYK
RGB Variations
Color information
#3A1330 (or 0x3A1330) is known color: Blackberry. HEX triplet: 3A, 13 and 30. RGB value is (58,19,48). Sum of RGB (Red+Green+Blue) = 58+19+48=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1330 is #C5ECCF. Grayscale: #212121. Windows color (decimal): -12971216 or 3150650. OLE color: 3150650.
HSL color Cylindrical-coordinate representation of color #3A1330: hue angle of 315.38º 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 #3A1330 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 48 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.77 |
| HSL | 315.38º | 0.51% | 0.15% | - |
| HSV(B) | 315.38º | 0.67% | 0.23% | - |
| XYZ | 2.51 | 1.58 | 2.97 | - |
| YUV | 33.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 48 | 0 | 0.67 | 0.17 | 0.77 | 315.38 | 0.51 | 0.15 |
| Hex | 3A | 13 | 30 | 0 | 43 | 11 | 4D | 13B | 33 | F |
| Octal | 72 | 23 | 60 | 0 | 103 | 21 | 115 | 473 | 63 | 17 |
| Binary | 111010 | 10011 | 110000 | 0 | 1000011 | 10001 | 1001101 | 100111011 | 110011 | 1111 |
Color Harmonies of #3A1330
Complementary color
Monochromatic Colors of #3A1330
Black with #3A1330
Text Example
Text Example
White with #3A1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1330; }
p { color: rgb(58,19,48); }
H1.HeaderClassName
{
color: #3A1330;
}
.AnyTagClassName
{
color: #3A1330;
}
</style>
background-color css
<style>
a { background-color: #3A1330; }
a { background-color: rgb(58,19,48); }
div.DivClassName
{
background-color: #3A1330;
}
.BgClassName
{
background-color: #3A1330;
}
</style>
border-color css
<style>
span { border-color: #3A1330; }
span { border-color: rgb(58,19,48); }
td.TdClassName
{
border-color: #3A1330;
}
.TagClassName
{
border-color: #3A1330;
}
</style>