Shades of Blackberry #2C1521
Tints of Blackberry #2C1521
RGB
CMYK
RGB Variations
Color information
#2C1521 (or 0x2C1521) is known color: Blackberry. HEX triplet: 2C, 15 and 21. RGB value is (44,21,33). Sum of RGB (Red+Green+Blue) = 44+21+33=98 (12% of max value = 765). Red value is 44 (17.58% from 255 or 44.90% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1521 is #D3EADE. Grayscale: #1D1D1D. Windows color (decimal): -13888223 or 2168108. OLE color: 2168108.
HSL color Cylindrical-coordinate representation of color #2C1521: hue angle of 328.7º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C1521 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 21 | 33 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.83 |
| HSL | 328.7º | 0.35% | 0.13% | - |
| HSV(B) | 328.7º | 0.52% | 0.17% | - |
| XYZ | 1.58 | 1.18 | 1.58 | - |
| YUV | 29.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 21 | 33 | 0 | 0.52 | 0.25 | 0.83 | 328.7 | 0.35 | 0.13 |
| Hex | 2C | 15 | 21 | 0 | 34 | 19 | 53 | 149 | 23 | D |
| Octal | 54 | 25 | 41 | 0 | 64 | 31 | 123 | 511 | 43 | 15 |
| Binary | 101100 | 10101 | 100001 | 0 | 110100 | 11001 | 1010011 | 101001001 | 100011 | 1101 |
Color Harmonies of #2C1521
Complementary color
Monochromatic Colors of #2C1521
Black with #2C1521
Text Example
Text Example
White with #2C1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1521; }
p { color: rgb(44,21,33); }
H1.HeaderClassName
{
color: #2C1521;
}
.AnyTagClassName
{
color: #2C1521;
}
</style>
background-color css
<style>
a { background-color: #2C1521; }
a { background-color: rgb(44,21,33); }
div.DivClassName
{
background-color: #2C1521;
}
.BgClassName
{
background-color: #2C1521;
}
</style>
border-color css
<style>
span { border-color: #2C1521; }
span { border-color: rgb(44,21,33); }
td.TdClassName
{
border-color: #2C1521;
}
.TagClassName
{
border-color: #2C1521;
}
</style>