Shades of Blackberry #39172C
Tints of Blackberry #39172C
RGB
CMYK
RGB Variations
Color information
#39172C (or 0x39172C) is known color: Blackberry. HEX triplet: 39, 17 and 2C. RGB value is (57,23,44). Sum of RGB (Red+Green+Blue) = 57+23+44=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #39172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39172C is #C6E8D3. Grayscale: #232323. Windows color (decimal): -13035732 or 2889529. OLE color: 2889529.
HSL color Cylindrical-coordinate representation of color #39172C: hue angle of 322.94º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39172C is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 23 | 44 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.78 |
| HSL | 322.94º | 0.43% | 0.16% | - |
| HSV(B) | 322.94º | 0.6% | 0.22% | - |
| XYZ | 2.45 | 1.66 | 2.58 | - |
| YUV | 35.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 23 | 44 | 0 | 0.60 | 0.23 | 0.78 | 322.94 | 0.43 | 0.16 |
| Hex | 39 | 17 | 2C | 0 | 3C | 17 | 4E | 143 | 2A | 10 |
| Octal | 71 | 27 | 54 | 0 | 74 | 27 | 116 | 503 | 52 | 20 |
| Binary | 111001 | 10111 | 101100 | 0 | 111100 | 10111 | 1001110 | 101000011 | 101010 | 10000 |
Color Harmonies of #39172C
Complementary color
Monochromatic Colors of #39172C
Black with #39172C
Text Example
Text Example
White with #39172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39172C; }
p { color: rgb(57,23,44); }
H1.HeaderClassName
{
color: #39172C;
}
.AnyTagClassName
{
color: #39172C;
}
</style>
background-color css
<style>
a { background-color: #39172C; }
a { background-color: rgb(57,23,44); }
div.DivClassName
{
background-color: #39172C;
}
.BgClassName
{
background-color: #39172C;
}
</style>
border-color css
<style>
span { border-color: #39172C; }
span { border-color: rgb(57,23,44); }
td.TdClassName
{
border-color: #39172C;
}
.TagClassName
{
border-color: #39172C;
}
</style>