Shades of Blackberry #391C2F
Tints of Blackberry #391C2F
RGB
CMYK
RGB Variations
Color information
#391C2F (or 0x391C2F) is known color: Blackberry. HEX triplet: 39, 1C and 2F. RGB value is (57,28,47). Sum of RGB (Red+Green+Blue) = 57+28+47=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #391C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C2F is #C6E3D0. Grayscale: #262626. Windows color (decimal): -13034449 or 3087417. OLE color: 3087417.
HSL color Cylindrical-coordinate representation of color #391C2F: hue angle of 320.69º 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 #391C2F is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 47 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.78 |
| HSL | 320.69º | 0.34% | 0.17% | - |
| HSV(B) | 320.69º | 0.51% | 0.22% | - |
| XYZ | 2.62 | 1.91 | 2.92 | - |
| YUV | 38.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 47 | 0 | 0.51 | 0.18 | 0.78 | 320.69 | 0.34 | 0.17 |
| Hex | 39 | 1C | 2F | 0 | 33 | 12 | 4E | 141 | 22 | 11 |
| Octal | 71 | 34 | 57 | 0 | 63 | 22 | 116 | 501 | 42 | 21 |
| Binary | 111001 | 11100 | 101111 | 0 | 110011 | 10010 | 1001110 | 101000001 | 100010 | 10001 |
Color Harmonies of #391C2F
Complementary color
Monochromatic Colors of #391C2F
Black with #391C2F
Text Example
Text Example
White with #391C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C2F; }
p { color: rgb(57,28,47); }
H1.HeaderClassName
{
color: #391C2F;
}
.AnyTagClassName
{
color: #391C2F;
}
</style>
background-color css
<style>
a { background-color: #391C2F; }
a { background-color: rgb(57,28,47); }
div.DivClassName
{
background-color: #391C2F;
}
.BgClassName
{
background-color: #391C2F;
}
</style>
border-color css
<style>
span { border-color: #391C2F; }
span { border-color: rgb(57,28,47); }
td.TdClassName
{
border-color: #391C2F;
}
.TagClassName
{
border-color: #391C2F;
}
</style>