Shades of Blackberry #3A032A
Tints of Blackberry #3A032A
RGB
CMYK
RGB Variations
Color information
#3A032A (or 0x3A032A) is known color: Blackberry. HEX triplet: 3A, 03 and 2A. RGB value is (58,3,42). Sum of RGB (Red+Green+Blue) = 58+3+42=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A032A is #C5FCD5. Grayscale: #171717. Windows color (decimal): -12975318 or 2753338. OLE color: 2753338.
HSL color Cylindrical-coordinate representation of color #3A032A: hue angle of 317.45º 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 #3A032A is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 3 | 42 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.77 |
| HSL | 317.45º | 0.9% | 0.12% | - |
| HSV(B) | 317.45º | 0.95% | 0.23% | - |
| XYZ | 2.2 | 1.13 | 2.29 | - |
| YUV | 23.89 | 138.22 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 42 | 0 | 0.95 | 0.28 | 0.77 | 317.45 | 0.9 | 0.12 |
| Hex | 3A | 3 | 2A | 0 | 5F | 1C | 4D | 13D | 5A | C |
| Octal | 72 | 3 | 52 | 0 | 137 | 34 | 115 | 475 | 132 | 14 |
| Binary | 111010 | 11 | 101010 | 0 | 1011111 | 11100 | 1001101 | 100111101 | 1011010 | 1100 |
Color Harmonies of #3A032A
Complementary color
Monochromatic Colors of #3A032A
Black with #3A032A
Text Example
Text Example
White with #3A032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A032A; }
p { color: rgb(58,3,42); }
H1.HeaderClassName
{
color: #3A032A;
}
.AnyTagClassName
{
color: #3A032A;
}
</style>
background-color css
<style>
a { background-color: #3A032A; }
a { background-color: rgb(58,3,42); }
div.DivClassName
{
background-color: #3A032A;
}
.BgClassName
{
background-color: #3A032A;
}
</style>
border-color css
<style>
span { border-color: #3A032A; }
span { border-color: rgb(58,3,42); }
td.TdClassName
{
border-color: #3A032A;
}
.TagClassName
{
border-color: #3A032A;
}
</style>