Shades of Blackberry #2A041E
Tints of Blackberry #2A041E
RGB
CMYK
RGB Variations
Color information
#2A041E (or 0x2A041E) is known color: Blackberry. HEX triplet: 2A, 04 and 1E. RGB value is (42,4,30). Sum of RGB (Red+Green+Blue) = 42+4+30=76 (10% of max value = 765). Red value is 42 (16.80% from 255 or 55.26% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 42 - color contains mainly: red. Hex color #2A041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A041E is #D5FBE1. Grayscale: #121212. Windows color (decimal): -14023650 or 1967146. OLE color: 1967146.
HSL color Cylindrical-coordinate representation of color #2A041E: hue angle of 318.95º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A041E is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 4 | 30 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.84 |
| HSL | 318.95º | 0.83% | 0.09% | - |
| HSV(B) | 318.95º | 0.9% | 0.16% | - |
| XYZ | 1.23 | 0.67 | 1.29 | - |
| YUV | 18.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 30 | 0 | 0.90 | 0.29 | 0.84 | 318.95 | 0.83 | 0.09 |
| Hex | 2A | 4 | 1E | 0 | 5A | 1D | 54 | 13F | 53 | 9 |
| Octal | 52 | 4 | 36 | 0 | 132 | 35 | 124 | 477 | 123 | 11 |
| Binary | 101010 | 100 | 11110 | 0 | 1011010 | 11101 | 1010100 | 100111111 | 1010011 | 1001 |
Color Harmonies of #2A041E
Complementary color
Monochromatic Colors of #2A041E
Black with #2A041E
Text Example
Text Example
White with #2A041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A041E; }
p { color: rgb(42,4,30); }
H1.HeaderClassName
{
color: #2A041E;
}
.AnyTagClassName
{
color: #2A041E;
}
</style>
background-color css
<style>
a { background-color: #2A041E; }
a { background-color: rgb(42,4,30); }
div.DivClassName
{
background-color: #2A041E;
}
.BgClassName
{
background-color: #2A041E;
}
</style>
border-color css
<style>
span { border-color: #2A041E; }
span { border-color: rgb(42,4,30); }
td.TdClassName
{
border-color: #2A041E;
}
.TagClassName
{
border-color: #2A041E;
}
</style>