Shades of Blackberry #2A1321
Tints of Blackberry #2A1321
RGB
CMYK
RGB Variations
Color information
#2A1321 (or 0x2A1321) is known color: Blackberry. HEX triplet: 2A, 13 and 21. RGB value is (42,19,33). Sum of RGB (Red+Green+Blue) = 42+19+33=94 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.68% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1321 is #D5ECDE. Grayscale: #1B1B1B. Windows color (decimal): -14019807 or 2167594. OLE color: 2167594.
HSL color Cylindrical-coordinate representation of color #2A1321: hue angle of 323.48º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A1321 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 19 | 33 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.84 |
| HSL | 323.48º | 0.38% | 0.12% | - |
| HSV(B) | 323.48º | 0.55% | 0.16% | - |
| XYZ | 1.46 | 1.07 | 1.57 | - |
| YUV | 27.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 33 | 0 | 0.55 | 0.21 | 0.84 | 323.48 | 0.38 | 0.12 |
| Hex | 2A | 13 | 21 | 0 | 37 | 15 | 54 | 143 | 26 | C |
| Octal | 52 | 23 | 41 | 0 | 67 | 25 | 124 | 503 | 46 | 14 |
| Binary | 101010 | 10011 | 100001 | 0 | 110111 | 10101 | 1010100 | 101000011 | 100110 | 1100 |
Color Harmonies of #2A1321
Complementary color
Monochromatic Colors of #2A1321
Black with #2A1321
Text Example
Text Example
White with #2A1321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1321; }
p { color: rgb(42,19,33); }
H1.HeaderClassName
{
color: #2A1321;
}
.AnyTagClassName
{
color: #2A1321;
}
</style>
background-color css
<style>
a { background-color: #2A1321; }
a { background-color: rgb(42,19,33); }
div.DivClassName
{
background-color: #2A1321;
}
.BgClassName
{
background-color: #2A1321;
}
</style>
border-color css
<style>
span { border-color: #2A1321; }
span { border-color: rgb(42,19,33); }
td.TdClassName
{
border-color: #2A1321;
}
.TagClassName
{
border-color: #2A1321;
}
</style>