Shades of Blackberry #391529
Tints of Blackberry #391529
RGB
CMYK
RGB Variations
Color information
#391529 (or 0x391529) is known color: Blackberry. HEX triplet: 39, 15 and 29. RGB value is (57,21,41). Sum of RGB (Red+Green+Blue) = 57+21+41=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #391529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391529 is #C6EAD6. Grayscale: #212121. Windows color (decimal): -13036247 or 2692409. OLE color: 2692409.
HSL color Cylindrical-coordinate representation of color #391529: hue angle of 326.67º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #391529 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 21 | 41 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.78 |
| HSL | 326.67º | 0.46% | 0.15% | - |
| HSV(B) | 326.67º | 0.63% | 0.22% | - |
| XYZ | 2.36 | 1.57 | 2.28 | - |
| YUV | 34.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 41 | 0 | 0.63 | 0.28 | 0.78 | 326.67 | 0.46 | 0.15 |
| Hex | 39 | 15 | 29 | 0 | 3F | 1C | 4E | 147 | 2E | F |
| Octal | 71 | 25 | 51 | 0 | 77 | 34 | 116 | 507 | 56 | 17 |
| Binary | 111001 | 10101 | 101001 | 0 | 111111 | 11100 | 1001110 | 101000111 | 101110 | 1111 |
Color Harmonies of #391529
Complementary color
Monochromatic Colors of #391529
Black with #391529
Text Example
Text Example
White with #391529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391529; }
p { color: rgb(57,21,41); }
H1.HeaderClassName
{
color: #391529;
}
.AnyTagClassName
{
color: #391529;
}
</style>
background-color css
<style>
a { background-color: #391529; }
a { background-color: rgb(57,21,41); }
div.DivClassName
{
background-color: #391529;
}
.BgClassName
{
background-color: #391529;
}
</style>
border-color css
<style>
span { border-color: #391529; }
span { border-color: rgb(57,21,41); }
td.TdClassName
{
border-color: #391529;
}
.TagClassName
{
border-color: #391529;
}
</style>