Shades of Blackberry #39182D
Tints of Blackberry #39182D
RGB
CMYK
RGB Variations
Color information
#39182D (or 0x39182D) is known color: Blackberry. HEX triplet: 39, 18 and 2D. RGB value is (57,24,45). Sum of RGB (Red+Green+Blue) = 57+24+45=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #39182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39182D is #C6E7D2. Grayscale: #242424. Windows color (decimal): -13035475 or 2955321. OLE color: 2955321.
HSL color Cylindrical-coordinate representation of color #39182D: hue angle of 321.82º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39182D is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 24 | 45 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.78 |
| HSL | 321.82º | 0.41% | 0.16% | - |
| HSV(B) | 321.82º | 0.58% | 0.22% | - |
| XYZ | 2.49 | 1.71 | 2.68 | - |
| YUV | 36.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 24 | 45 | 0 | 0.58 | 0.21 | 0.78 | 321.82 | 0.41 | 0.16 |
| Hex | 39 | 18 | 2D | 0 | 3A | 15 | 4E | 142 | 29 | 10 |
| Octal | 71 | 30 | 55 | 0 | 72 | 25 | 116 | 502 | 51 | 20 |
| Binary | 111001 | 11000 | 101101 | 0 | 111010 | 10101 | 1001110 | 101000010 | 101001 | 10000 |
Color Harmonies of #39182D
Complementary color
Monochromatic Colors of #39182D
Black with #39182D
Text Example
Text Example
White with #39182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39182D; }
p { color: rgb(57,24,45); }
H1.HeaderClassName
{
color: #39182D;
}
.AnyTagClassName
{
color: #39182D;
}
</style>
background-color css
<style>
a { background-color: #39182D; }
a { background-color: rgb(57,24,45); }
div.DivClassName
{
background-color: #39182D;
}
.BgClassName
{
background-color: #39182D;
}
</style>
border-color css
<style>
span { border-color: #39182D; }
span { border-color: rgb(57,24,45); }
td.TdClassName
{
border-color: #39182D;
}
.TagClassName
{
border-color: #39182D;
}
</style>