Shades of Blackberry #391A2A
Tints of Blackberry #391A2A
RGB
CMYK
RGB Variations
Color information
#391A2A (or 0x391A2A) is known color: Blackberry. HEX triplet: 39, 1A and 2A. RGB value is (57,26,42). Sum of RGB (Red+Green+Blue) = 57+26+42=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #391A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A2A is #C6E5D5. Grayscale: #252525. Windows color (decimal): -13034966 or 2759225. OLE color: 2759225.
HSL color Cylindrical-coordinate representation of color #391A2A: hue angle of 329.03º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #391A2A is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 26 | 42 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.78 |
| HSL | 329.03º | 0.37% | 0.16% | - |
| HSV(B) | 329.03º | 0.54% | 0.22% | - |
| XYZ | 2.47 | 1.78 | 2.4 | - |
| YUV | 37.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 42 | 0 | 0.54 | 0.26 | 0.78 | 329.03 | 0.37 | 0.16 |
| Hex | 39 | 1A | 2A | 0 | 36 | 1A | 4E | 149 | 25 | 10 |
| Octal | 71 | 32 | 52 | 0 | 66 | 32 | 116 | 511 | 45 | 20 |
| Binary | 111001 | 11010 | 101010 | 0 | 110110 | 11010 | 1001110 | 101001001 | 100101 | 10000 |
Color Harmonies of #391A2A
Complementary color
Monochromatic Colors of #391A2A
Black with #391A2A
Text Example
Text Example
White with #391A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A2A; }
p { color: rgb(57,26,42); }
H1.HeaderClassName
{
color: #391A2A;
}
.AnyTagClassName
{
color: #391A2A;
}
</style>
background-color css
<style>
a { background-color: #391A2A; }
a { background-color: rgb(57,26,42); }
div.DivClassName
{
background-color: #391A2A;
}
.BgClassName
{
background-color: #391A2A;
}
</style>
border-color css
<style>
span { border-color: #391A2A; }
span { border-color: rgb(57,26,42); }
td.TdClassName
{
border-color: #391A2A;
}
.TagClassName
{
border-color: #391A2A;
}
</style>