Shades of Blackberry #3A031E
Tints of Blackberry #3A031E
RGB
CMYK
RGB Variations
Color information
#3A031E (or 0x3A031E) is known color: Blackberry. HEX triplet: 3A, 03 and 1E. RGB value is (58,3,30). Sum of RGB (Red+Green+Blue) = 58+3+30=91 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.74% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 58 - color contains mainly: red. Hex color #3A031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A031E is #C5FCE1. Grayscale: #161616. Windows color (decimal): -12975330 or 1966906. OLE color: 1966906.
HSL color Cylindrical-coordinate representation of color #3A031E: hue angle of 330.55º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A031E is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 3 | 30 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.77 |
| HSL | 330.55º | 0.9% | 0.12% | - |
| HSV(B) | 330.55º | 0.95% | 0.23% | - |
| XYZ | 2.01 | 1.06 | 1.33 | - |
| YUV | 22.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 30 | 0 | 0.95 | 0.48 | 0.77 | 330.55 | 0.9 | 0.12 |
| Hex | 3A | 3 | 1E | 0 | 5F | 30 | 4D | 14B | 5A | C |
| Octal | 72 | 3 | 36 | 0 | 137 | 60 | 115 | 513 | 132 | 14 |
| Binary | 111010 | 11 | 11110 | 0 | 1011111 | 110000 | 1001101 | 101001011 | 1011010 | 1100 |
Color Harmonies of #3A031E
Complementary color
Monochromatic Colors of #3A031E
Black with #3A031E
Text Example
Text Example
White with #3A031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A031E; }
p { color: rgb(58,3,30); }
H1.HeaderClassName
{
color: #3A031E;
}
.AnyTagClassName
{
color: #3A031E;
}
</style>
background-color css
<style>
a { background-color: #3A031E; }
a { background-color: rgb(58,3,30); }
div.DivClassName
{
background-color: #3A031E;
}
.BgClassName
{
background-color: #3A031E;
}
</style>
border-color css
<style>
span { border-color: #3A031E; }
span { border-color: rgb(58,3,30); }
td.TdClassName
{
border-color: #3A031E;
}
.TagClassName
{
border-color: #3A031E;
}
</style>