Shades of Blackberry #3A012B
Tints of Blackberry #3A012B
RGB
CMYK
RGB Variations
Color information
#3A012B (or 0x3A012B) is known color: Blackberry. HEX triplet: 3A, 01 and 2B. RGB value is (58,1,43). Sum of RGB (Red+Green+Blue) = 58+1+43=102 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.86% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 58 - color contains mainly: red. Hex color #3A012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A012B is #C5FED4. Grayscale: #161616. Windows color (decimal): -12975829 or 2818362. OLE color: 2818362.
HSL color Cylindrical-coordinate representation of color #3A012B: hue angle of 315.79º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A012B is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 1 | 43 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.77 |
| HSL | 315.79º | 0.97% | 0.12% | - |
| HSV(B) | 315.79º | 0.98% | 0.23% | - |
| XYZ | 2.19 | 1.1 | 2.38 | - |
| YUV | 22.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 43 | 0 | 0.98 | 0.26 | 0.77 | 315.79 | 0.97 | 0.12 |
| Hex | 3A | 1 | 2B | 0 | 62 | 1A | 4D | 13C | 61 | C |
| Octal | 72 | 1 | 53 | 0 | 142 | 32 | 115 | 474 | 141 | 14 |
| Binary | 111010 | 1 | 101011 | 0 | 1100010 | 11010 | 1001101 | 100111100 | 1100001 | 1100 |
Color Harmonies of #3A012B
Complementary color
Monochromatic Colors of #3A012B
Black with #3A012B
Text Example
Text Example
White with #3A012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A012B; }
p { color: rgb(58,1,43); }
H1.HeaderClassName
{
color: #3A012B;
}
.AnyTagClassName
{
color: #3A012B;
}
</style>
background-color css
<style>
a { background-color: #3A012B; }
a { background-color: rgb(58,1,43); }
div.DivClassName
{
background-color: #3A012B;
}
.BgClassName
{
background-color: #3A012B;
}
</style>
border-color css
<style>
span { border-color: #3A012B; }
span { border-color: rgb(58,1,43); }
td.TdClassName
{
border-color: #3A012B;
}
.TagClassName
{
border-color: #3A012B;
}
</style>