Shades of Blackberry #2A121E
Tints of Blackberry #2A121E
RGB
CMYK
RGB Variations
Color information
#2A121E (or 0x2A121E) is known color: Blackberry. HEX triplet: 2A, 12 and 1E. RGB value is (42,18,30). Sum of RGB (Red+Green+Blue) = 42+18+30=90 (11% of max value = 765). Red value is 42 (16.80% from 255 or 46.67% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 42 - color contains mainly: red. Hex color #2A121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A121E is #D5EDE1. Grayscale: #1A1A1A. Windows color (decimal): -14020066 or 1970730. OLE color: 1970730.
HSL color Cylindrical-coordinate representation of color #2A121E: hue angle of 330º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A121E is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 18 | 30 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.84 |
| HSL | 330º | 0.4% | 0.12% | - |
| HSV(B) | 330º | 0.57% | 0.16% | - |
| XYZ | 1.41 | 1.02 | 1.35 | - |
| YUV | 26.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 18 | 30 | 0 | 0.57 | 0.29 | 0.84 | 330 | 0.4 | 0.12 |
| Hex | 2A | 12 | 1E | 0 | 39 | 1D | 54 | 14A | 28 | C |
| Octal | 52 | 22 | 36 | 0 | 71 | 35 | 124 | 512 | 50 | 14 |
| Binary | 101010 | 10010 | 11110 | 0 | 111001 | 11101 | 1010100 | 101001010 | 101000 | 1100 |
Color Harmonies of #2A121E
Complementary color
Monochromatic Colors of #2A121E
Black with #2A121E
Text Example
Text Example
White with #2A121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A121E; }
p { color: rgb(42,18,30); }
H1.HeaderClassName
{
color: #2A121E;
}
.AnyTagClassName
{
color: #2A121E;
}
</style>
background-color css
<style>
a { background-color: #2A121E; }
a { background-color: rgb(42,18,30); }
div.DivClassName
{
background-color: #2A121E;
}
.BgClassName
{
background-color: #2A121E;
}
</style>
border-color css
<style>
span { border-color: #2A121E; }
span { border-color: rgb(42,18,30); }
td.TdClassName
{
border-color: #2A121E;
}
.TagClassName
{
border-color: #2A121E;
}
</style>