Shades of Blackberry #3A0A2D
Tints of Blackberry #3A0A2D
RGB
CMYK
RGB Variations
Color information
#3A0A2D (or 0x3A0A2D) is known color: Blackberry. HEX triplet: 3A, 0A and 2D. RGB value is (58,10,45). Sum of RGB (Red+Green+Blue) = 58+10+45=113 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.33% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0A2D is #C5F5D2. Grayscale: #1C1C1C. Windows color (decimal): -12973523 or 2951738. OLE color: 2951738.
HSL color Cylindrical-coordinate representation of color #3A0A2D: hue angle of 316.25º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A0A2D is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 10 | 45 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.77 |
| HSL | 316.25º | 0.71% | 0.13% | - |
| HSV(B) | 316.25º | 0.83% | 0.23% | - |
| XYZ | 2.33 | 1.31 | 2.61 | - |
| YUV | 28.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 45 | 0 | 0.83 | 0.22 | 0.77 | 316.25 | 0.71 | 0.13 |
| Hex | 3A | A | 2D | 0 | 53 | 16 | 4D | 13C | 47 | D |
| Octal | 72 | 12 | 55 | 0 | 123 | 26 | 115 | 474 | 107 | 15 |
| Binary | 111010 | 1010 | 101101 | 0 | 1010011 | 10110 | 1001101 | 100111100 | 1000111 | 1101 |
Color Harmonies of #3A0A2D
Complementary color
Monochromatic Colors of #3A0A2D
Black with #3A0A2D
Text Example
Text Example
White with #3A0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0A2D; }
p { color: rgb(58,10,45); }
H1.HeaderClassName
{
color: #3A0A2D;
}
.AnyTagClassName
{
color: #3A0A2D;
}
</style>
background-color css
<style>
a { background-color: #3A0A2D; }
a { background-color: rgb(58,10,45); }
div.DivClassName
{
background-color: #3A0A2D;
}
.BgClassName
{
background-color: #3A0A2D;
}
</style>
border-color css
<style>
span { border-color: #3A0A2D; }
span { border-color: rgb(58,10,45); }
td.TdClassName
{
border-color: #3A0A2D;
}
.TagClassName
{
border-color: #3A0A2D;
}
</style>