Shades of Blackberry #2C131F
Tints of Blackberry #2C131F
RGB
CMYK
RGB Variations
Color information
#2C131F (or 0x2C131F) is known color: Blackberry. HEX triplet: 2C, 13 and 1F. RGB value is (44,19,31). Sum of RGB (Red+Green+Blue) = 44+19+31=94 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.81% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 44 - color contains mainly: red. Hex color #2C131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C131F is #D3ECE0. Grayscale: #1B1B1B. Windows color (decimal): -13888737 or 2036524. OLE color: 2036524.
HSL color Cylindrical-coordinate representation of color #2C131F: hue angle of 331.2º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C131F is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 19 | 31 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.83 |
| HSL | 331.2º | 0.4% | 0.12% | - |
| HSV(B) | 331.2º | 0.57% | 0.17% | - |
| XYZ | 1.52 | 1.1 | 1.43 | - |
| YUV | 27.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 31 | 0 | 0.57 | 0.30 | 0.83 | 331.2 | 0.4 | 0.12 |
| Hex | 2C | 13 | 1F | 0 | 39 | 1E | 53 | 14B | 28 | C |
| Octal | 54 | 23 | 37 | 0 | 71 | 36 | 123 | 513 | 50 | 14 |
| Binary | 101100 | 10011 | 11111 | 0 | 111001 | 11110 | 1010011 | 101001011 | 101000 | 1100 |
Color Harmonies of #2C131F
Complementary color
Monochromatic Colors of #2C131F
Black with #2C131F
Text Example
Text Example
White with #2C131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C131F; }
p { color: rgb(44,19,31); }
H1.HeaderClassName
{
color: #2C131F;
}
.AnyTagClassName
{
color: #2C131F;
}
</style>
background-color css
<style>
a { background-color: #2C131F; }
a { background-color: rgb(44,19,31); }
div.DivClassName
{
background-color: #2C131F;
}
.BgClassName
{
background-color: #2C131F;
}
</style>
border-color css
<style>
span { border-color: #2C131F; }
span { border-color: rgb(44,19,31); }
td.TdClassName
{
border-color: #2C131F;
}
.TagClassName
{
border-color: #2C131F;
}
</style>