Shades of Blackberry #3A032D
Tints of Blackberry #3A032D
RGB
CMYK
RGB Variations
Color information
#3A032D (or 0x3A032D) is known color: Blackberry. HEX triplet: 3A, 03 and 2D. RGB value is (58,3,45). Sum of RGB (Red+Green+Blue) = 58+3+45=106 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.72% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 58 - color contains mainly: red. Hex color #3A032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A032D is #C5FCD2. Grayscale: #181818. Windows color (decimal): -12975315 or 2949946. OLE color: 2949946.
HSL color Cylindrical-coordinate representation of color #3A032D: hue angle of 314.18º 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 #3A032D is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 3 | 45 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.77 |
| HSL | 314.18º | 0.9% | 0.12% | - |
| HSV(B) | 314.18º | 0.95% | 0.23% | - |
| XYZ | 2.25 | 1.15 | 2.59 | - |
| YUV | 24.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 45 | 0 | 0.95 | 0.22 | 0.77 | 314.18 | 0.9 | 0.12 |
| Hex | 3A | 3 | 2D | 0 | 5F | 16 | 4D | 13A | 5A | C |
| Octal | 72 | 3 | 55 | 0 | 137 | 26 | 115 | 472 | 132 | 14 |
| Binary | 111010 | 11 | 101101 | 0 | 1011111 | 10110 | 1001101 | 100111010 | 1011010 | 1100 |
Color Harmonies of #3A032D
Complementary color
Monochromatic Colors of #3A032D
Black with #3A032D
Text Example
Text Example
White with #3A032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A032D; }
p { color: rgb(58,3,45); }
H1.HeaderClassName
{
color: #3A032D;
}
.AnyTagClassName
{
color: #3A032D;
}
</style>
background-color css
<style>
a { background-color: #3A032D; }
a { background-color: rgb(58,3,45); }
div.DivClassName
{
background-color: #3A032D;
}
.BgClassName
{
background-color: #3A032D;
}
</style>
border-color css
<style>
span { border-color: #3A032D; }
span { border-color: rgb(58,3,45); }
td.TdClassName
{
border-color: #3A032D;
}
.TagClassName
{
border-color: #3A032D;
}
</style>