Shades of Blackberry #2A021E
Tints of Blackberry #2A021E
RGB
CMYK
RGB Variations
Color information
#2A021E (or 0x2A021E) is known color: Blackberry. HEX triplet: 2A, 02 and 1E. RGB value is (42,2,30). Sum of RGB (Red+Green+Blue) = 42+2+30=74 (9% of max value = 765). Red value is 42 (16.80% from 255 or 56.76% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 42 - color contains mainly: red. Hex color #2A021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A021E is #D5FDE1. Grayscale: #111111. Windows color (decimal): -14024162 or 1966634. OLE color: 1966634.
HSL color Cylindrical-coordinate representation of color #2A021E: hue angle of 318º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A021E is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 2 | 30 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.84 |
| HSL | 318º | 0.91% | 0.09% | - |
| HSV(B) | 318º | 0.95% | 0.16% | - |
| XYZ | 1.21 | 0.63 | 1.29 | - |
| YUV | 17.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 30 | 0 | 0.95 | 0.29 | 0.84 | 318 | 0.91 | 0.09 |
| Hex | 2A | 2 | 1E | 0 | 5F | 1D | 54 | 13E | 5B | 9 |
| Octal | 52 | 2 | 36 | 0 | 137 | 35 | 124 | 476 | 133 | 11 |
| Binary | 101010 | 10 | 11110 | 0 | 1011111 | 11101 | 1010100 | 100111110 | 1011011 | 1001 |
Color Harmonies of #2A021E
Complementary color
Monochromatic Colors of #2A021E
Black with #2A021E
Text Example
Text Example
White with #2A021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A021E; }
p { color: rgb(42,2,30); }
H1.HeaderClassName
{
color: #2A021E;
}
.AnyTagClassName
{
color: #2A021E;
}
</style>
background-color css
<style>
a { background-color: #2A021E; }
a { background-color: rgb(42,2,30); }
div.DivClassName
{
background-color: #2A021E;
}
.BgClassName
{
background-color: #2A021E;
}
</style>
border-color css
<style>
span { border-color: #2A021E; }
span { border-color: rgb(42,2,30); }
td.TdClassName
{
border-color: #2A021E;
}
.TagClassName
{
border-color: #2A021E;
}
</style>