Shades of Blackberry #3A0D20
Tints of Blackberry #3A0D20
RGB
CMYK
RGB Variations
Color information
#3A0D20 (or 0x3A0D20) is known color: Blackberry. HEX triplet: 3A, 0D and 20. RGB value is (58,13,32). Sum of RGB (Red+Green+Blue) = 58+13+32=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0D20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0D20 is #C5F2DF. Grayscale: #1C1C1C. Windows color (decimal): -12972768 or 2100538. OLE color: 2100538.
HSL color Cylindrical-coordinate representation of color #3A0D20: hue angle of 334.67º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A0D20 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 13 | 32 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.77 |
| HSL | 334.67º | 0.63% | 0.14% | - |
| HSV(B) | 334.67º | 0.78% | 0.23% | - |
| XYZ | 2.15 | 1.29 | 1.5 | - |
| YUV | 28.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 13 | 32 | 0 | 0.78 | 0.45 | 0.77 | 334.67 | 0.63 | 0.14 |
| Hex | 3A | D | 20 | 0 | 4E | 2D | 4D | 14F | 3F | E |
| Octal | 72 | 15 | 40 | 0 | 116 | 55 | 115 | 517 | 77 | 16 |
| Binary | 111010 | 1101 | 100000 | 0 | 1001110 | 101101 | 1001101 | 101001111 | 111111 | 1110 |
Color Harmonies of #3A0D20
Complementary color
Monochromatic Colors of #3A0D20
Black with #3A0D20
Text Example
Text Example
White with #3A0D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0D20; }
p { color: rgb(58,13,32); }
H1.HeaderClassName
{
color: #3A0D20;
}
.AnyTagClassName
{
color: #3A0D20;
}
</style>
background-color css
<style>
a { background-color: #3A0D20; }
a { background-color: rgb(58,13,32); }
div.DivClassName
{
background-color: #3A0D20;
}
.BgClassName
{
background-color: #3A0D20;
}
</style>
border-color css
<style>
span { border-color: #3A0D20; }
span { border-color: rgb(58,13,32); }
td.TdClassName
{
border-color: #3A0D20;
}
.TagClassName
{
border-color: #3A0D20;
}
</style>