Shades of Blackberry #2A1220
Tints of Blackberry #2A1220
RGB
CMYK
RGB Variations
Color information
#2A1220 (or 0x2A1220) is known color: Blackberry. HEX triplet: 2A, 12 and 20. RGB value is (42,18,32). Sum of RGB (Red+Green+Blue) = 42+18+32=92 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.65% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1220 is #D5EDDF. Grayscale: #1A1A1A. Windows color (decimal): -14020064 or 2101802. OLE color: 2101802.
HSL color Cylindrical-coordinate representation of color #2A1220: hue angle of 325º 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 #2A1220 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 18 | 32 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.84 |
| HSL | 325º | 0.4% | 0.12% | - |
| HSV(B) | 325º | 0.57% | 0.16% | - |
| XYZ | 1.43 | 1.03 | 1.49 | - |
| YUV | 26.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 18 | 32 | 0 | 0.57 | 0.24 | 0.84 | 325 | 0.4 | 0.12 |
| Hex | 2A | 12 | 20 | 0 | 39 | 18 | 54 | 145 | 28 | C |
| Octal | 52 | 22 | 40 | 0 | 71 | 30 | 124 | 505 | 50 | 14 |
| Binary | 101010 | 10010 | 100000 | 0 | 111001 | 11000 | 1010100 | 101000101 | 101000 | 1100 |
Color Harmonies of #2A1220
Complementary color
Monochromatic Colors of #2A1220
Black with #2A1220
Text Example
Text Example
White with #2A1220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1220; }
p { color: rgb(42,18,32); }
H1.HeaderClassName
{
color: #2A1220;
}
.AnyTagClassName
{
color: #2A1220;
}
</style>
background-color css
<style>
a { background-color: #2A1220; }
a { background-color: rgb(42,18,32); }
div.DivClassName
{
background-color: #2A1220;
}
.BgClassName
{
background-color: #2A1220;
}
</style>
border-color css
<style>
span { border-color: #2A1220; }
span { border-color: rgb(42,18,32); }
td.TdClassName
{
border-color: #2A1220;
}
.TagClassName
{
border-color: #2A1220;
}
</style>