Shades of Blackberry #390B2B
Tints of Blackberry #390B2B
RGB
CMYK
RGB Variations
Color information
#390B2B (or 0x390B2B) is known color: Blackberry. HEX triplet: 39, 0B and 2B. RGB value is (57,11,43). Sum of RGB (Red+Green+Blue) = 57+11+43=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #390B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B2B is #C6F4D4. Grayscale: #1C1C1C. Windows color (decimal): -13038805 or 2820921. OLE color: 2820921.
HSL color Cylindrical-coordinate representation of color #390B2B: hue angle of 318.26º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #390B2B is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 11 | 43 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.78 |
| HSL | 318.26º | 0.68% | 0.13% | - |
| HSV(B) | 318.26º | 0.81% | 0.22% | - |
| XYZ | 2.24 | 1.28 | 2.42 | - |
| YUV | 28.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 43 | 0 | 0.81 | 0.25 | 0.78 | 318.26 | 0.68 | 0.13 |
| Hex | 39 | B | 2B | 0 | 51 | 19 | 4E | 13E | 44 | D |
| Octal | 71 | 13 | 53 | 0 | 121 | 31 | 116 | 476 | 104 | 15 |
| Binary | 111001 | 1011 | 101011 | 0 | 1010001 | 11001 | 1001110 | 100111110 | 1000100 | 1101 |
Color Harmonies of #390B2B
Complementary color
Monochromatic Colors of #390B2B
Black with #390B2B
Text Example
Text Example
White with #390B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B2B; }
p { color: rgb(57,11,43); }
H1.HeaderClassName
{
color: #390B2B;
}
.AnyTagClassName
{
color: #390B2B;
}
</style>
background-color css
<style>
a { background-color: #390B2B; }
a { background-color: rgb(57,11,43); }
div.DivClassName
{
background-color: #390B2B;
}
.BgClassName
{
background-color: #390B2B;
}
</style>
border-color css
<style>
span { border-color: #390B2B; }
span { border-color: rgb(57,11,43); }
td.TdClassName
{
border-color: #390B2B;
}
.TagClassName
{
border-color: #390B2B;
}
</style>