Shades of Blackberry #2C111D
Tints of Blackberry #2C111D
RGB
CMYK
RGB Variations
Color information
#2C111D (or 0x2C111D) is known color: Blackberry. HEX triplet: 2C, 11 and 1D. RGB value is (44,17,29). Sum of RGB (Red+Green+Blue) = 44+17+29=90 (11% of max value = 765). Red value is 44 (17.58% from 255 or 48.89% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 44 - color contains mainly: red. Hex color #2C111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C111D is #D3EEE2. Grayscale: #1A1A1A. Windows color (decimal): -13889251 or 1904940. OLE color: 1904940.
HSL color Cylindrical-coordinate representation of color #2C111D: hue angle of 333.33º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C111D is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 17 | 29 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.83 |
| HSL | 333.33º | 0.44% | 0.12% | - |
| HSV(B) | 333.33º | 0.61% | 0.17% | - |
| XYZ | 1.46 | 1.03 | 1.28 | - |
| YUV | 26.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 29 | 0 | 0.61 | 0.34 | 0.83 | 333.33 | 0.44 | 0.12 |
| Hex | 2C | 11 | 1D | 0 | 3D | 22 | 53 | 14D | 2C | C |
| Octal | 54 | 21 | 35 | 0 | 75 | 42 | 123 | 515 | 54 | 14 |
| Binary | 101100 | 10001 | 11101 | 0 | 111101 | 100010 | 1010011 | 101001101 | 101100 | 1100 |
Color Harmonies of #2C111D
Complementary color
Monochromatic Colors of #2C111D
Black with #2C111D
Text Example
Text Example
White with #2C111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C111D; }
p { color: rgb(44,17,29); }
H1.HeaderClassName
{
color: #2C111D;
}
.AnyTagClassName
{
color: #2C111D;
}
</style>
background-color css
<style>
a { background-color: #2C111D; }
a { background-color: rgb(44,17,29); }
div.DivClassName
{
background-color: #2C111D;
}
.BgClassName
{
background-color: #2C111D;
}
</style>
border-color css
<style>
span { border-color: #2C111D; }
span { border-color: rgb(44,17,29); }
td.TdClassName
{
border-color: #2C111D;
}
.TagClassName
{
border-color: #2C111D;
}
</style>