Shades of Blackberry #391D2D
Tints of Blackberry #391D2D
RGB
CMYK
RGB Variations
Color information
#391D2D (or 0x391D2D) is known color: Blackberry. HEX triplet: 39, 1D and 2D. RGB value is (57,29,45). Sum of RGB (Red+Green+Blue) = 57+29+45=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 57 - color contains mainly: red. Hex color #391D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D2D is #C6E2D2. Grayscale: #272727. Windows color (decimal): -13034195 or 2956601. OLE color: 2956601.
HSL color Cylindrical-coordinate representation of color #391D2D: hue angle of 325.71º 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 #391D2D is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 29 | 45 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.78 |
| HSL | 325.71º | 0.33% | 0.17% | - |
| HSV(B) | 325.71º | 0.49% | 0.22% | - |
| XYZ | 2.6 | 1.94 | 2.72 | - |
| YUV | 39.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 29 | 45 | 0 | 0.49 | 0.21 | 0.78 | 325.71 | 0.33 | 0.17 |
| Hex | 39 | 1D | 2D | 0 | 31 | 15 | 4E | 146 | 21 | 11 |
| Octal | 71 | 35 | 55 | 0 | 61 | 25 | 116 | 506 | 41 | 21 |
| Binary | 111001 | 11101 | 101101 | 0 | 110001 | 10101 | 1001110 | 101000110 | 100001 | 10001 |
Color Harmonies of #391D2D
Complementary color
Monochromatic Colors of #391D2D
Black with #391D2D
Text Example
Text Example
White with #391D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391D2D; }
p { color: rgb(57,29,45); }
H1.HeaderClassName
{
color: #391D2D;
}
.AnyTagClassName
{
color: #391D2D;
}
</style>
background-color css
<style>
a { background-color: #391D2D; }
a { background-color: rgb(57,29,45); }
div.DivClassName
{
background-color: #391D2D;
}
.BgClassName
{
background-color: #391D2D;
}
</style>
border-color css
<style>
span { border-color: #391D2D; }
span { border-color: rgb(57,29,45); }
td.TdClassName
{
border-color: #391D2D;
}
.TagClassName
{
border-color: #391D2D;
}
</style>