Shades of Blackberry #2A121F
Tints of Blackberry #2A121F
RGB
CMYK
RGB Variations
Color information
#2A121F (or 0x2A121F) is known color: Blackberry. HEX triplet: 2A, 12 and 1F. RGB value is (42,18,31). Sum of RGB (Red+Green+Blue) = 42+18+31=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 42 - color contains mainly: red. Hex color #2A121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A121F is #D5EDE0. Grayscale: #1A1A1A. Windows color (decimal): -14020065 or 2036266. OLE color: 2036266.
HSL color Cylindrical-coordinate representation of color #2A121F: hue angle of 327.5º 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 #2A121F is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 18 | 31 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.84 |
| HSL | 327.5º | 0.4% | 0.12% | - |
| HSV(B) | 327.5º | 0.57% | 0.16% | - |
| XYZ | 1.42 | 1.02 | 1.42 | - |
| YUV | 26.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 18 | 31 | 0 | 0.57 | 0.26 | 0.84 | 327.5 | 0.4 | 0.12 |
| Hex | 2A | 12 | 1F | 0 | 39 | 1A | 54 | 148 | 28 | C |
| Octal | 52 | 22 | 37 | 0 | 71 | 32 | 124 | 510 | 50 | 14 |
| Binary | 101010 | 10010 | 11111 | 0 | 111001 | 11010 | 1010100 | 101001000 | 101000 | 1100 |
Color Harmonies of #2A121F
Complementary color
Monochromatic Colors of #2A121F
Black with #2A121F
Text Example
Text Example
White with #2A121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A121F; }
p { color: rgb(42,18,31); }
H1.HeaderClassName
{
color: #2A121F;
}
.AnyTagClassName
{
color: #2A121F;
}
</style>
background-color css
<style>
a { background-color: #2A121F; }
a { background-color: rgb(42,18,31); }
div.DivClassName
{
background-color: #2A121F;
}
.BgClassName
{
background-color: #2A121F;
}
</style>
border-color css
<style>
span { border-color: #2A121F; }
span { border-color: rgb(42,18,31); }
td.TdClassName
{
border-color: #2A121F;
}
.TagClassName
{
border-color: #2A121F;
}
</style>