Shades of Blackberry #3A012C
Tints of Blackberry #3A012C
RGB
CMYK
RGB Variations
Color information
#3A012C (or 0x3A012C) is known color: Blackberry. HEX triplet: 3A, 01 and 2C. RGB value is (58,1,44). Sum of RGB (Red+Green+Blue) = 58+1+44=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A012C is #C5FED3. Grayscale: #161616. Windows color (decimal): -12975828 or 2883898. OLE color: 2883898.
HSL color Cylindrical-coordinate representation of color #3A012C: hue angle of 314.74º 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 #3A012C is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 1 | 44 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.77 |
| HSL | 314.74º | 0.97% | 0.12% | - |
| HSV(B) | 314.74º | 0.98% | 0.23% | - |
| XYZ | 2.21 | 1.1 | 2.48 | - |
| YUV | 22.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 44 | 0 | 0.98 | 0.24 | 0.77 | 314.74 | 0.97 | 0.12 |
| Hex | 3A | 1 | 2C | 0 | 62 | 18 | 4D | 13B | 61 | C |
| Octal | 72 | 1 | 54 | 0 | 142 | 30 | 115 | 473 | 141 | 14 |
| Binary | 111010 | 1 | 101100 | 0 | 1100010 | 11000 | 1001101 | 100111011 | 1100001 | 1100 |
Color Harmonies of #3A012C
Complementary color
Monochromatic Colors of #3A012C
Black with #3A012C
Text Example
Text Example
White with #3A012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A012C; }
p { color: rgb(58,1,44); }
H1.HeaderClassName
{
color: #3A012C;
}
.AnyTagClassName
{
color: #3A012C;
}
</style>
background-color css
<style>
a { background-color: #3A012C; }
a { background-color: rgb(58,1,44); }
div.DivClassName
{
background-color: #3A012C;
}
.BgClassName
{
background-color: #3A012C;
}
</style>
border-color css
<style>
span { border-color: #3A012C; }
span { border-color: rgb(58,1,44); }
td.TdClassName
{
border-color: #3A012C;
}
.TagClassName
{
border-color: #3A012C;
}
</style>