Shades of Blackberry #391D2C
Tints of Blackberry #391D2C
RGB
CMYK
RGB Variations
Color information
#391D2C (or 0x391D2C) is known color: Blackberry. HEX triplet: 39, 1D and 2C. RGB value is (57,29,44). Sum of RGB (Red+Green+Blue) = 57+29+44=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #391D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D2C is #C6E2D3. Grayscale: #272727. Windows color (decimal): -13034196 or 2891065. OLE color: 2891065.
HSL color Cylindrical-coordinate representation of color #391D2C: hue angle of 327.86º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #391D2C is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 29 | 44 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.78 |
| HSL | 327.86º | 0.33% | 0.17% | - |
| HSV(B) | 327.86º | 0.49% | 0.22% | - |
| XYZ | 2.58 | 1.93 | 2.62 | - |
| YUV | 39.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 29 | 44 | 0 | 0.49 | 0.23 | 0.78 | 327.86 | 0.33 | 0.17 |
| Hex | 39 | 1D | 2C | 0 | 31 | 17 | 4E | 148 | 21 | 11 |
| Octal | 71 | 35 | 54 | 0 | 61 | 27 | 116 | 510 | 41 | 21 |
| Binary | 111001 | 11101 | 101100 | 0 | 110001 | 10111 | 1001110 | 101001000 | 100001 | 10001 |
Color Harmonies of #391D2C
Complementary color
Monochromatic Colors of #391D2C
Black with #391D2C
Text Example
Text Example
White with #391D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391D2C; }
p { color: rgb(57,29,44); }
H1.HeaderClassName
{
color: #391D2C;
}
.AnyTagClassName
{
color: #391D2C;
}
</style>
background-color css
<style>
a { background-color: #391D2C; }
a { background-color: rgb(57,29,44); }
div.DivClassName
{
background-color: #391D2C;
}
.BgClassName
{
background-color: #391D2C;
}
</style>
border-color css
<style>
span { border-color: #391D2C; }
span { border-color: rgb(57,29,44); }
td.TdClassName
{
border-color: #391D2C;
}
.TagClassName
{
border-color: #391D2C;
}
</style>