Shades of Blackberry #391C2E
Tints of Blackberry #391C2E
RGB
CMYK
RGB Variations
Color information
#391C2E (or 0x391C2E) is known color: Blackberry. HEX triplet: 39, 1C and 2E. RGB value is (57,28,46). Sum of RGB (Red+Green+Blue) = 57+28+46=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 57 - color contains mainly: red. Hex color #391C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C2E is #C6E3D1. Grayscale: #262626. Windows color (decimal): -13034450 or 3021881. OLE color: 3021881.
HSL color Cylindrical-coordinate representation of color #391C2E: hue angle of 322.76º 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 #391C2E is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 46 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.78 |
| HSL | 322.76º | 0.34% | 0.17% | - |
| HSV(B) | 322.76º | 0.51% | 0.22% | - |
| XYZ | 2.6 | 1.9 | 2.81 | - |
| YUV | 38.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 46 | 0 | 0.51 | 0.19 | 0.78 | 322.76 | 0.34 | 0.17 |
| Hex | 39 | 1C | 2E | 0 | 33 | 13 | 4E | 143 | 22 | 11 |
| Octal | 71 | 34 | 56 | 0 | 63 | 23 | 116 | 503 | 42 | 21 |
| Binary | 111001 | 11100 | 101110 | 0 | 110011 | 10011 | 1001110 | 101000011 | 100010 | 10001 |
Color Harmonies of #391C2E
Complementary color
Monochromatic Colors of #391C2E
Black with #391C2E
Text Example
Text Example
White with #391C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C2E; }
p { color: rgb(57,28,46); }
H1.HeaderClassName
{
color: #391C2E;
}
.AnyTagClassName
{
color: #391C2E;
}
</style>
background-color css
<style>
a { background-color: #391C2E; }
a { background-color: rgb(57,28,46); }
div.DivClassName
{
background-color: #391C2E;
}
.BgClassName
{
background-color: #391C2E;
}
</style>
border-color css
<style>
span { border-color: #391C2E; }
span { border-color: rgb(57,28,46); }
td.TdClassName
{
border-color: #391C2E;
}
.TagClassName
{
border-color: #391C2E;
}
</style>