Shades of Blackberry #391C2C
Tints of Blackberry #391C2C
RGB
CMYK
RGB Variations
Color information
#391C2C (or 0x391C2C) is known color: Blackberry. HEX triplet: 39, 1C and 2C. RGB value is (57,28,44). Sum of RGB (Red+Green+Blue) = 57+28+44=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 57 - color contains mainly: red. Hex color #391C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C2C is #C6E3D3. Grayscale: #262626. Windows color (decimal): -13034452 or 2890809. OLE color: 2890809.
HSL color Cylindrical-coordinate representation of color #391C2C: hue angle of 326.9º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #391C2C is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 44 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.78 |
| HSL | 326.9º | 0.34% | 0.17% | - |
| HSV(B) | 326.9º | 0.51% | 0.22% | - |
| XYZ | 2.56 | 1.88 | 2.61 | - |
| YUV | 38.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 44 | 0 | 0.51 | 0.23 | 0.78 | 326.9 | 0.34 | 0.17 |
| Hex | 39 | 1C | 2C | 0 | 33 | 17 | 4E | 147 | 22 | 11 |
| Octal | 71 | 34 | 54 | 0 | 63 | 27 | 116 | 507 | 42 | 21 |
| Binary | 111001 | 11100 | 101100 | 0 | 110011 | 10111 | 1001110 | 101000111 | 100010 | 10001 |
Color Harmonies of #391C2C
Complementary color
Monochromatic Colors of #391C2C
Black with #391C2C
Text Example
Text Example
White with #391C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C2C; }
p { color: rgb(57,28,44); }
H1.HeaderClassName
{
color: #391C2C;
}
.AnyTagClassName
{
color: #391C2C;
}
</style>
background-color css
<style>
a { background-color: #391C2C; }
a { background-color: rgb(57,28,44); }
div.DivClassName
{
background-color: #391C2C;
}
.BgClassName
{
background-color: #391C2C;
}
</style>
border-color css
<style>
span { border-color: #391C2C; }
span { border-color: rgb(57,28,44); }
td.TdClassName
{
border-color: #391C2C;
}
.TagClassName
{
border-color: #391C2C;
}
</style>