Shades of Blackberry #391F2F
Tints of Blackberry #391F2F
RGB
CMYK
RGB Variations
Color information
#391F2F (or 0x391F2F) is known color: Blackberry. HEX triplet: 39, 1F and 2F. RGB value is (57,31,47). Sum of RGB (Red+Green+Blue) = 57+31+47=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #391F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391F2F is #C6E0D0. Grayscale: #282828. Windows color (decimal): -13033681 or 3088185. OLE color: 3088185.
HSL color Cylindrical-coordinate representation of color #391F2F: hue angle of 323.08º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #391F2F is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 31 | 47 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.78 |
| HSL | 323.08º | 0.3% | 0.17% | - |
| HSV(B) | 323.08º | 0.46% | 0.22% | - |
| XYZ | 2.69 | 2.06 | 2.94 | - |
| YUV | 40.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 31 | 47 | 0 | 0.46 | 0.18 | 0.78 | 323.08 | 0.3 | 0.17 |
| Hex | 39 | 1F | 2F | 0 | 2E | 12 | 4E | 143 | 1E | 11 |
| Octal | 71 | 37 | 57 | 0 | 56 | 22 | 116 | 503 | 36 | 21 |
| Binary | 111001 | 11111 | 101111 | 0 | 101110 | 10010 | 1001110 | 101000011 | 11110 | 10001 |
Color Harmonies of #391F2F
Complementary color
Monochromatic Colors of #391F2F
Black with #391F2F
Text Example
Text Example
White with #391F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391F2F; }
p { color: rgb(57,31,47); }
H1.HeaderClassName
{
color: #391F2F;
}
.AnyTagClassName
{
color: #391F2F;
}
</style>
background-color css
<style>
a { background-color: #391F2F; }
a { background-color: rgb(57,31,47); }
div.DivClassName
{
background-color: #391F2F;
}
.BgClassName
{
background-color: #391F2F;
}
</style>
border-color css
<style>
span { border-color: #391F2F; }
span { border-color: rgb(57,31,47); }
td.TdClassName
{
border-color: #391F2F;
}
.TagClassName
{
border-color: #391F2F;
}
</style>