Shades of Blackberry #2A001E
Tints of Blackberry #2A001E
RGB
CMYK
RGB Variations
Color information
#2A001E (or 0x2A001E) is known color: Blackberry. HEX triplet: 2A, 00 and 1E. RGB value is (42,0,30). Sum of RGB (Red+Green+Blue) = 42+0+30=72 (9% of max value = 765). Red value is 42 (16.80% from 255 or 58.33% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 42 - color contains mainly: red. Hex color #2A001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A001E is #D5FFE1. Grayscale: #0F0F0F. Windows color (decimal): -14024674 or 1966122. OLE color: 1966122.
HSL color Cylindrical-coordinate representation of color #2A001E: hue angle of 317.14º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A001E is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.29 | 0.84 |
| HSL | 317.14º | 1% | 0.08% | - |
| HSV(B) | 317.14º | 1% | 0.16% | - |
| XYZ | 1.19 | 0.59 | 1.28 | - |
| YUV | 15.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 30 | 0 | 1 | 0.29 | 0.84 | 317.14 | 1 | 0.08 |
| Hex | 2A | 0 | 1E | 0 | 64 | 1D | 54 | 13D | 64 | 8 |
| Octal | 52 | 0 | 36 | 0 | 144 | 35 | 124 | 475 | 144 | 10 |
| Binary | 101010 | 0 | 11110 | 0 | 1100100 | 11101 | 1010100 | 100111101 | 1100100 | 1000 |
Color Harmonies of #2A001E
Complementary color
Monochromatic Colors of #2A001E
Black with #2A001E
Text Example
Text Example
White with #2A001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A001E; }
p { color: rgb(42,0,30); }
H1.HeaderClassName
{
color: #2A001E;
}
.AnyTagClassName
{
color: #2A001E;
}
</style>
background-color css
<style>
a { background-color: #2A001E; }
a { background-color: rgb(42,0,30); }
div.DivClassName
{
background-color: #2A001E;
}
.BgClassName
{
background-color: #2A001E;
}
</style>
border-color css
<style>
span { border-color: #2A001E; }
span { border-color: rgb(42,0,30); }
td.TdClassName
{
border-color: #2A001E;
}
.TagClassName
{
border-color: #2A001E;
}
</style>