Shades of Blackberry #3A052D
Tints of Blackberry #3A052D
RGB
CMYK
RGB Variations
Color information
#3A052D (or 0x3A052D) is known color: Blackberry. HEX triplet: 3A, 05 and 2D. RGB value is (58,5,45). Sum of RGB (Red+Green+Blue) = 58+5+45=108 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.70% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 58 - color contains mainly: red. Hex color #3A052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A052D is #C5FAD2. Grayscale: #191919. Windows color (decimal): -12974803 or 2950458. OLE color: 2950458.
HSL color Cylindrical-coordinate representation of color #3A052D: hue angle of 314.72º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A052D is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 5 | 45 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.77 |
| HSL | 314.72º | 0.84% | 0.12% | - |
| HSV(B) | 314.72º | 0.91% | 0.23% | - |
| XYZ | 2.27 | 1.2 | 2.59 | - |
| YUV | 25.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 45 | 0 | 0.91 | 0.22 | 0.77 | 314.72 | 0.84 | 0.12 |
| Hex | 3A | 5 | 2D | 0 | 5B | 16 | 4D | 13B | 54 | C |
| Octal | 72 | 5 | 55 | 0 | 133 | 26 | 115 | 473 | 124 | 14 |
| Binary | 111010 | 101 | 101101 | 0 | 1011011 | 10110 | 1001101 | 100111011 | 1010100 | 1100 |
Color Harmonies of #3A052D
Complementary color
Monochromatic Colors of #3A052D
Black with #3A052D
Text Example
Text Example
White with #3A052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A052D; }
p { color: rgb(58,5,45); }
H1.HeaderClassName
{
color: #3A052D;
}
.AnyTagClassName
{
color: #3A052D;
}
</style>
background-color css
<style>
a { background-color: #3A052D; }
a { background-color: rgb(58,5,45); }
div.DivClassName
{
background-color: #3A052D;
}
.BgClassName
{
background-color: #3A052D;
}
</style>
border-color css
<style>
span { border-color: #3A052D; }
span { border-color: rgb(58,5,45); }
td.TdClassName
{
border-color: #3A052D;
}
.TagClassName
{
border-color: #3A052D;
}
</style>