Shades of Blackberry #3A0B29
Tints of Blackberry #3A0B29
RGB
CMYK
RGB Variations
Color information
#3A0B29 (or 0x3A0B29) is known color: Blackberry. HEX triplet: 3A, 0B and 29. RGB value is (58,11,41). Sum of RGB (Red+Green+Blue) = 58+11+41=110 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.73% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0B29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0B29 is #C5F4D6. Grayscale: #1C1C1C. Windows color (decimal): -12973271 or 2689850. OLE color: 2689850.
HSL color Cylindrical-coordinate representation of color #3A0B29: hue angle of 321.7º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A0B29 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 11 | 41 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.77 |
| HSL | 321.7º | 0.68% | 0.14% | - |
| HSV(B) | 321.7º | 0.81% | 0.23% | - |
| XYZ | 2.26 | 1.3 | 2.23 | - |
| YUV | 28.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 11 | 41 | 0 | 0.81 | 0.29 | 0.77 | 321.7 | 0.68 | 0.14 |
| Hex | 3A | B | 29 | 0 | 51 | 1D | 4D | 142 | 44 | E |
| Octal | 72 | 13 | 51 | 0 | 121 | 35 | 115 | 502 | 104 | 16 |
| Binary | 111010 | 1011 | 101001 | 0 | 1010001 | 11101 | 1001101 | 101000010 | 1000100 | 1110 |
Color Harmonies of #3A0B29
Complementary color
Monochromatic Colors of #3A0B29
Black with #3A0B29
Text Example
Text Example
White with #3A0B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0B29; }
p { color: rgb(58,11,41); }
H1.HeaderClassName
{
color: #3A0B29;
}
.AnyTagClassName
{
color: #3A0B29;
}
</style>
background-color css
<style>
a { background-color: #3A0B29; }
a { background-color: rgb(58,11,41); }
div.DivClassName
{
background-color: #3A0B29;
}
.BgClassName
{
background-color: #3A0B29;
}
</style>
border-color css
<style>
span { border-color: #3A0B29; }
span { border-color: rgb(58,11,41); }
td.TdClassName
{
border-color: #3A0B29;
}
.TagClassName
{
border-color: #3A0B29;
}
</style>