Shades of Blackberry #39142E
Tints of Blackberry #39142E
RGB
CMYK
RGB Variations
Color information
#39142E (or 0x39142E) is known color: Blackberry. HEX triplet: 39, 14 and 2E. RGB value is (57,20,46). Sum of RGB (Red+Green+Blue) = 57+20+46=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #39142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39142E is #C6EBD1. Grayscale: #212121. Windows color (decimal): -13036498 or 3019833. OLE color: 3019833.
HSL color Cylindrical-coordinate representation of color #39142E: hue angle of 317.84º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39142E is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 20 | 46 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.78 |
| HSL | 317.84º | 0.48% | 0.15% | - |
| HSV(B) | 317.84º | 0.65% | 0.22% | - |
| XYZ | 2.43 | 1.57 | 2.76 | - |
| YUV | 34.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 46 | 0 | 0.65 | 0.19 | 0.78 | 317.84 | 0.48 | 0.15 |
| Hex | 39 | 14 | 2E | 0 | 41 | 13 | 4E | 13E | 30 | F |
| Octal | 71 | 24 | 56 | 0 | 101 | 23 | 116 | 476 | 60 | 17 |
| Binary | 111001 | 10100 | 101110 | 0 | 1000001 | 10011 | 1001110 | 100111110 | 110000 | 1111 |
Color Harmonies of #39142E
Complementary color
Monochromatic Colors of #39142E
Black with #39142E
Text Example
Text Example
White with #39142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39142E; }
p { color: rgb(57,20,46); }
H1.HeaderClassName
{
color: #39142E;
}
.AnyTagClassName
{
color: #39142E;
}
</style>
background-color css
<style>
a { background-color: #39142E; }
a { background-color: rgb(57,20,46); }
div.DivClassName
{
background-color: #39142E;
}
.BgClassName
{
background-color: #39142E;
}
</style>
border-color css
<style>
span { border-color: #39142E; }
span { border-color: rgb(57,20,46); }
td.TdClassName
{
border-color: #39142E;
}
.TagClassName
{
border-color: #39142E;
}
</style>