Shades of Blackberry #39132A
Tints of Blackberry #39132A
RGB
CMYK
RGB Variations
Color information
#39132A (or 0x39132A) is known color: Blackberry. HEX triplet: 39, 13 and 2A. RGB value is (57,19,42). Sum of RGB (Red+Green+Blue) = 57+19+42=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #39132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39132A is #C6ECD5. Grayscale: #202020. Windows color (decimal): -13036758 or 2757433. OLE color: 2757433.
HSL color Cylindrical-coordinate representation of color #39132A: hue angle of 323.68º 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 #39132A is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 19 | 42 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.78 |
| HSL | 323.68º | 0.5% | 0.15% | - |
| HSV(B) | 323.68º | 0.67% | 0.22% | - |
| XYZ | 2.34 | 1.5 | 2.36 | - |
| YUV | 32.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 19 | 42 | 0 | 0.67 | 0.26 | 0.78 | 323.68 | 0.5 | 0.15 |
| Hex | 39 | 13 | 2A | 0 | 43 | 1A | 4E | 144 | 32 | F |
| Octal | 71 | 23 | 52 | 0 | 103 | 32 | 116 | 504 | 62 | 17 |
| Binary | 111001 | 10011 | 101010 | 0 | 1000011 | 11010 | 1001110 | 101000100 | 110010 | 1111 |
Color Harmonies of #39132A
Complementary color
Monochromatic Colors of #39132A
Black with #39132A
Text Example
Text Example
White with #39132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39132A; }
p { color: rgb(57,19,42); }
H1.HeaderClassName
{
color: #39132A;
}
.AnyTagClassName
{
color: #39132A;
}
</style>
background-color css
<style>
a { background-color: #39132A; }
a { background-color: rgb(57,19,42); }
div.DivClassName
{
background-color: #39132A;
}
.BgClassName
{
background-color: #39132A;
}
</style>
border-color css
<style>
span { border-color: #39132A; }
span { border-color: rgb(57,19,42); }
td.TdClassName
{
border-color: #39132A;
}
.TagClassName
{
border-color: #39132A;
}
</style>