Shades of Blackberry #391B2B
Tints of Blackberry #391B2B
RGB
CMYK
RGB Variations
Color information
#391B2B (or 0x391B2B) is known color: Blackberry. HEX triplet: 39, 1B and 2B. RGB value is (57,27,43). Sum of RGB (Red+Green+Blue) = 57+27+43=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #391B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391B2B is #C6E4D4. Grayscale: #252525. Windows color (decimal): -13034709 or 2825017. OLE color: 2825017.
HSL color Cylindrical-coordinate representation of color #391B2B: hue angle of 328º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #391B2B is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 27 | 43 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.78 |
| HSL | 328º | 0.36% | 0.16% | - |
| HSV(B) | 328º | 0.53% | 0.22% | - |
| XYZ | 2.52 | 1.83 | 2.51 | - |
| YUV | 37.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 43 | 0 | 0.53 | 0.25 | 0.78 | 328 | 0.36 | 0.16 |
| Hex | 39 | 1B | 2B | 0 | 35 | 19 | 4E | 148 | 24 | 10 |
| Octal | 71 | 33 | 53 | 0 | 65 | 31 | 116 | 510 | 44 | 20 |
| Binary | 111001 | 11011 | 101011 | 0 | 110101 | 11001 | 1001110 | 101001000 | 100100 | 10000 |
Color Harmonies of #391B2B
Complementary color
Monochromatic Colors of #391B2B
Black with #391B2B
Text Example
Text Example
White with #391B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B2B; }
p { color: rgb(57,27,43); }
H1.HeaderClassName
{
color: #391B2B;
}
.AnyTagClassName
{
color: #391B2B;
}
</style>
background-color css
<style>
a { background-color: #391B2B; }
a { background-color: rgb(57,27,43); }
div.DivClassName
{
background-color: #391B2B;
}
.BgClassName
{
background-color: #391B2B;
}
</style>
border-color css
<style>
span { border-color: #391B2B; }
span { border-color: rgb(57,27,43); }
td.TdClassName
{
border-color: #391B2B;
}
.TagClassName
{
border-color: #391B2B;
}
</style>