Shades of Blackberry #39132C
Tints of Blackberry #39132C
RGB
CMYK
RGB Variations
Color information
#39132C (or 0x39132C) is known color: Blackberry. HEX triplet: 39, 13 and 2C. RGB value is (57,19,44). Sum of RGB (Red+Green+Blue) = 57+19+44=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #39132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39132C is #C6ECD3. Grayscale: #212121. Windows color (decimal): -13036756 or 2888505. OLE color: 2888505.
HSL color Cylindrical-coordinate representation of color #39132C: hue angle of 320.53º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39132C is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 19 | 44 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.78 |
| HSL | 320.53º | 0.5% | 0.15% | - |
| HSV(B) | 320.53º | 0.67% | 0.22% | - |
| XYZ | 2.37 | 1.52 | 2.55 | - |
| YUV | 33.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 19 | 44 | 0 | 0.67 | 0.23 | 0.78 | 320.53 | 0.5 | 0.15 |
| Hex | 39 | 13 | 2C | 0 | 43 | 17 | 4E | 141 | 32 | F |
| Octal | 71 | 23 | 54 | 0 | 103 | 27 | 116 | 501 | 62 | 17 |
| Binary | 111001 | 10011 | 101100 | 0 | 1000011 | 10111 | 1001110 | 101000001 | 110010 | 1111 |
Color Harmonies of #39132C
Complementary color
Monochromatic Colors of #39132C
Black with #39132C
Text Example
Text Example
White with #39132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39132C; }
p { color: rgb(57,19,44); }
H1.HeaderClassName
{
color: #39132C;
}
.AnyTagClassName
{
color: #39132C;
}
</style>
background-color css
<style>
a { background-color: #39132C; }
a { background-color: rgb(57,19,44); }
div.DivClassName
{
background-color: #39132C;
}
.BgClassName
{
background-color: #39132C;
}
</style>
border-color css
<style>
span { border-color: #39132C; }
span { border-color: rgb(57,19,44); }
td.TdClassName
{
border-color: #39132C;
}
.TagClassName
{
border-color: #39132C;
}
</style>