Shades of Blackberry #3A0A20
Tints of Blackberry #3A0A20
RGB
CMYK
RGB Variations
Color information
#3A0A20 (or 0x3A0A20) is known color: Blackberry. HEX triplet: 3A, 0A and 20. RGB value is (58,10,32). Sum of RGB (Red+Green+Blue) = 58+10+32=100 (13% of max value = 765). Red value is 58 (23.05% from 255 or 58% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0A20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0A20 is #C5F5DF. Grayscale: #1A1A1A. Windows color (decimal): -12973536 or 2099770. OLE color: 2099770.
HSL color Cylindrical-coordinate representation of color #3A0A20: hue angle of 332.5º 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 #3A0A20 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 10 | 32 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.77 |
| HSL | 332.5º | 0.71% | 0.13% | - |
| HSV(B) | 332.5º | 0.83% | 0.23% | - |
| XYZ | 2.11 | 1.22 | 1.49 | - |
| YUV | 26.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 32 | 0 | 0.83 | 0.45 | 0.77 | 332.5 | 0.71 | 0.13 |
| Hex | 3A | A | 20 | 0 | 53 | 2D | 4D | 14C | 47 | D |
| Octal | 72 | 12 | 40 | 0 | 123 | 55 | 115 | 514 | 107 | 15 |
| Binary | 111010 | 1010 | 100000 | 0 | 1010011 | 101101 | 1001101 | 101001100 | 1000111 | 1101 |
Color Harmonies of #3A0A20
Complementary color
Monochromatic Colors of #3A0A20
Black with #3A0A20
Text Example
Text Example
White with #3A0A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0A20; }
p { color: rgb(58,10,32); }
H1.HeaderClassName
{
color: #3A0A20;
}
.AnyTagClassName
{
color: #3A0A20;
}
</style>
background-color css
<style>
a { background-color: #3A0A20; }
a { background-color: rgb(58,10,32); }
div.DivClassName
{
background-color: #3A0A20;
}
.BgClassName
{
background-color: #3A0A20;
}
</style>
border-color css
<style>
span { border-color: #3A0A20; }
span { border-color: rgb(58,10,32); }
td.TdClassName
{
border-color: #3A0A20;
}
.TagClassName
{
border-color: #3A0A20;
}
</style>