Shades of Blackberry #3A011B
Tints of Blackberry #3A011B
RGB
CMYK
RGB Variations
Color information
#3A011B (or 0x3A011B) is known color: Blackberry. HEX triplet: 3A, 01 and 1B. RGB value is (58,1,27). Sum of RGB (Red+Green+Blue) = 58+1+27=86 (11% of max value = 765). Red value is 58 (23.05% from 255 or 67.44% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 58 - color contains mainly: red. Hex color #3A011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A011B is #C5FEE4. Grayscale: #141414. Windows color (decimal): -12975845 or 1769786. OLE color: 1769786.
HSL color Cylindrical-coordinate representation of color #3A011B: hue angle of 332.63º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A011B is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 1 | 27 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.77 |
| HSL | 332.63º | 0.97% | 0.12% | - |
| HSV(B) | 332.63º | 0.98% | 0.23% | - |
| XYZ | 1.95 | 1 | 1.13 | - |
| YUV | 21.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 27 | 0 | 0.98 | 0.53 | 0.77 | 332.63 | 0.97 | 0.12 |
| Hex | 3A | 1 | 1B | 0 | 62 | 35 | 4D | 14D | 61 | C |
| Octal | 72 | 1 | 33 | 0 | 142 | 65 | 115 | 515 | 141 | 14 |
| Binary | 111010 | 1 | 11011 | 0 | 1100010 | 110101 | 1001101 | 101001101 | 1100001 | 1100 |
Color Harmonies of #3A011B
Complementary color
Monochromatic Colors of #3A011B
Black with #3A011B
Text Example
Text Example
White with #3A011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A011B; }
p { color: rgb(58,1,27); }
H1.HeaderClassName
{
color: #3A011B;
}
.AnyTagClassName
{
color: #3A011B;
}
</style>
background-color css
<style>
a { background-color: #3A011B; }
a { background-color: rgb(58,1,27); }
div.DivClassName
{
background-color: #3A011B;
}
.BgClassName
{
background-color: #3A011B;
}
</style>
border-color css
<style>
span { border-color: #3A011B; }
span { border-color: rgb(58,1,27); }
td.TdClassName
{
border-color: #3A011B;
}
.TagClassName
{
border-color: #3A011B;
}
</style>