Shades of Blackberry #2C151F
Tints of Blackberry #2C151F
RGB
CMYK
RGB Variations
Color information
#2C151F (or 0x2C151F) is known color: Blackberry. HEX triplet: 2C, 15 and 1F. RGB value is (44,21,31). Sum of RGB (Red+Green+Blue) = 44+21+31=96 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.83% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 44 - color contains mainly: red. Hex color #2C151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C151F is #D3EAE0. Grayscale: #1C1C1C. Windows color (decimal): -13888225 or 2037036. OLE color: 2037036.
HSL color Cylindrical-coordinate representation of color #2C151F: hue angle of 333.91º 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 #2C151F is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 21 | 31 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.83 |
| HSL | 333.91º | 0.35% | 0.13% | - |
| HSV(B) | 333.91º | 0.52% | 0.17% | - |
| XYZ | 1.55 | 1.17 | 1.44 | - |
| YUV | 29.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 21 | 31 | 0 | 0.52 | 0.30 | 0.83 | 333.91 | 0.35 | 0.13 |
| Hex | 2C | 15 | 1F | 0 | 34 | 1E | 53 | 14E | 23 | D |
| Octal | 54 | 25 | 37 | 0 | 64 | 36 | 123 | 516 | 43 | 15 |
| Binary | 101100 | 10101 | 11111 | 0 | 110100 | 11110 | 1010011 | 101001110 | 100011 | 1101 |
Color Harmonies of #2C151F
Complementary color
Monochromatic Colors of #2C151F
Black with #2C151F
Text Example
Text Example
White with #2C151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C151F; }
p { color: rgb(44,21,31); }
H1.HeaderClassName
{
color: #2C151F;
}
.AnyTagClassName
{
color: #2C151F;
}
</style>
background-color css
<style>
a { background-color: #2C151F; }
a { background-color: rgb(44,21,31); }
div.DivClassName
{
background-color: #2C151F;
}
.BgClassName
{
background-color: #2C151F;
}
</style>
border-color css
<style>
span { border-color: #2C151F; }
span { border-color: rgb(44,21,31); }
td.TdClassName
{
border-color: #2C151F;
}
.TagClassName
{
border-color: #2C151F;
}
</style>