Shades of Blackberry #2A011E
Tints of Blackberry #2A011E
RGB
CMYK
RGB Variations
Color information
#2A011E (or 0x2A011E) is known color: Blackberry. HEX triplet: 2A, 01 and 1E. RGB value is (42,1,30). Sum of RGB (Red+Green+Blue) = 42+1+30=73 (9% of max value = 765). Red value is 42 (16.80% from 255 or 57.53% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 42 - color contains mainly: red. Hex color #2A011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A011E is #D5FEE1. Grayscale: #101010. Windows color (decimal): -14024418 or 1966378. OLE color: 1966378.
HSL color Cylindrical-coordinate representation of color #2A011E: hue angle of 317.56º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A011E is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 1 | 30 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.84 |
| HSL | 317.56º | 0.95% | 0.08% | - |
| HSV(B) | 317.56º | 0.98% | 0.16% | - |
| XYZ | 1.2 | 0.61 | 1.28 | - |
| YUV | 16.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 30 | 0 | 0.98 | 0.29 | 0.84 | 317.56 | 0.95 | 0.08 |
| Hex | 2A | 1 | 1E | 0 | 62 | 1D | 54 | 13E | 5F | 8 |
| Octal | 52 | 1 | 36 | 0 | 142 | 35 | 124 | 476 | 137 | 10 |
| Binary | 101010 | 1 | 11110 | 0 | 1100010 | 11101 | 1010100 | 100111110 | 1011111 | 1000 |
Color Harmonies of #2A011E
Complementary color
Monochromatic Colors of #2A011E
Black with #2A011E
Text Example
Text Example
White with #2A011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A011E; }
p { color: rgb(42,1,30); }
H1.HeaderClassName
{
color: #2A011E;
}
.AnyTagClassName
{
color: #2A011E;
}
</style>
background-color css
<style>
a { background-color: #2A011E; }
a { background-color: rgb(42,1,30); }
div.DivClassName
{
background-color: #2A011E;
}
.BgClassName
{
background-color: #2A011E;
}
</style>
border-color css
<style>
span { border-color: #2A011E; }
span { border-color: rgb(42,1,30); }
td.TdClassName
{
border-color: #2A011E;
}
.TagClassName
{
border-color: #2A011E;
}
</style>