Shades of Blackberry #3A0331
Tints of Blackberry #3A0331
RGB
CMYK
RGB Variations
Color information
#3A0331 (or 0x3A0331) is known color: Blackberry. HEX triplet: 3A, 03 and 31. RGB value is (58,3,49). Sum of RGB (Red+Green+Blue) = 58+3+49=110 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.73% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0331 is #C5FCCE. Grayscale: #181818. Windows color (decimal): -12975311 or 3212090. OLE color: 3212090.
HSL color Cylindrical-coordinate representation of color #3A0331: hue angle of 309.82º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0331 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 3 | 49 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.77 |
| HSL | 309.82º | 0.9% | 0.12% | - |
| HSV(B) | 309.82º | 0.95% | 0.23% | - |
| XYZ | 2.33 | 1.19 | 3.01 | - |
| YUV | 24.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 49 | 0 | 0.95 | 0.16 | 0.77 | 309.82 | 0.9 | 0.12 |
| Hex | 3A | 3 | 31 | 0 | 5F | 10 | 4D | 136 | 5A | C |
| Octal | 72 | 3 | 61 | 0 | 137 | 20 | 115 | 466 | 132 | 14 |
| Binary | 111010 | 11 | 110001 | 0 | 1011111 | 10000 | 1001101 | 100110110 | 1011010 | 1100 |
Color Harmonies of #3A0331
Complementary color
Monochromatic Colors of #3A0331
Black with #3A0331
Text Example
Text Example
White with #3A0331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0331; }
p { color: rgb(58,3,49); }
H1.HeaderClassName
{
color: #3A0331;
}
.AnyTagClassName
{
color: #3A0331;
}
</style>
background-color css
<style>
a { background-color: #3A0331; }
a { background-color: rgb(58,3,49); }
div.DivClassName
{
background-color: #3A0331;
}
.BgClassName
{
background-color: #3A0331;
}
</style>
border-color css
<style>
span { border-color: #3A0331; }
span { border-color: rgb(58,3,49); }
td.TdClassName
{
border-color: #3A0331;
}
.TagClassName
{
border-color: #3A0331;
}
</style>