Shades of Blackberry #3A041E
Tints of Blackberry #3A041E
RGB
CMYK
RGB Variations
Color information
#3A041E (or 0x3A041E) is known color: Blackberry. HEX triplet: 3A, 04 and 1E. RGB value is (58,4,30). Sum of RGB (Red+Green+Blue) = 58+4+30=92 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.04% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 58 - color contains mainly: red. Hex color #3A041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A041E is #C5FBE1. Grayscale: #171717. Windows color (decimal): -12975074 or 1967162. OLE color: 1967162.
HSL color Cylindrical-coordinate representation of color #3A041E: hue angle of 331.11º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A041E is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 4 | 30 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.77 |
| HSL | 331.11º | 0.87% | 0.12% | - |
| HSV(B) | 331.11º | 0.93% | 0.23% | - |
| XYZ | 2.02 | 1.08 | 1.33 | - |
| YUV | 23.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 30 | 0 | 0.93 | 0.48 | 0.77 | 331.11 | 0.87 | 0.12 |
| Hex | 3A | 4 | 1E | 0 | 5D | 30 | 4D | 14B | 57 | C |
| Octal | 72 | 4 | 36 | 0 | 135 | 60 | 115 | 513 | 127 | 14 |
| Binary | 111010 | 100 | 11110 | 0 | 1011101 | 110000 | 1001101 | 101001011 | 1010111 | 1100 |
Color Harmonies of #3A041E
Complementary color
Monochromatic Colors of #3A041E
Black with #3A041E
Text Example
Text Example
White with #3A041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A041E; }
p { color: rgb(58,4,30); }
H1.HeaderClassName
{
color: #3A041E;
}
.AnyTagClassName
{
color: #3A041E;
}
</style>
background-color css
<style>
a { background-color: #3A041E; }
a { background-color: rgb(58,4,30); }
div.DivClassName
{
background-color: #3A041E;
}
.BgClassName
{
background-color: #3A041E;
}
</style>
border-color css
<style>
span { border-color: #3A041E; }
span { border-color: rgb(58,4,30); }
td.TdClassName
{
border-color: #3A041E;
}
.TagClassName
{
border-color: #3A041E;
}
</style>