Shades of Blackberry #39142C
Tints of Blackberry #39142C
RGB
CMYK
RGB Variations
Color information
#39142C (or 0x39142C) is known color: Blackberry. HEX triplet: 39, 14 and 2C. RGB value is (57,20,44). Sum of RGB (Red+Green+Blue) = 57+20+44=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #39142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39142C is #C6EBD3. Grayscale: #212121. Windows color (decimal): -13036500 or 2888761. OLE color: 2888761.
HSL color Cylindrical-coordinate representation of color #39142C: hue angle of 321.08º 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 #39142C is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 20 | 44 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.78 |
| HSL | 321.08º | 0.48% | 0.15% | - |
| HSV(B) | 321.08º | 0.65% | 0.22% | - |
| XYZ | 2.39 | 1.55 | 2.56 | - |
| YUV | 33.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 44 | 0 | 0.65 | 0.23 | 0.78 | 321.08 | 0.48 | 0.15 |
| Hex | 39 | 14 | 2C | 0 | 41 | 17 | 4E | 141 | 30 | F |
| Octal | 71 | 24 | 54 | 0 | 101 | 27 | 116 | 501 | 60 | 17 |
| Binary | 111001 | 10100 | 101100 | 0 | 1000001 | 10111 | 1001110 | 101000001 | 110000 | 1111 |
Color Harmonies of #39142C
Complementary color
Monochromatic Colors of #39142C
Black with #39142C
Text Example
Text Example
White with #39142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39142C; }
p { color: rgb(57,20,44); }
H1.HeaderClassName
{
color: #39142C;
}
.AnyTagClassName
{
color: #39142C;
}
</style>
background-color css
<style>
a { background-color: #39142C; }
a { background-color: rgb(57,20,44); }
div.DivClassName
{
background-color: #39142C;
}
.BgClassName
{
background-color: #39142C;
}
</style>
border-color css
<style>
span { border-color: #39142C; }
span { border-color: rgb(57,20,44); }
td.TdClassName
{
border-color: #39142C;
}
.TagClassName
{
border-color: #39142C;
}
</style>