Shades of Blackberry #390B27
Tints of Blackberry #390B27
RGB
CMYK
RGB Variations
Color information
#390B27 (or 0x390B27) is known color: Blackberry. HEX triplet: 39, 0B and 27. RGB value is (57,11,39). Sum of RGB (Red+Green+Blue) = 57+11+39=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #390B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B27 is #C6F4D8. Grayscale: #1B1B1B. Windows color (decimal): -13038809 or 2558777. OLE color: 2558777.
HSL color Cylindrical-coordinate representation of color #390B27: hue angle of 323.48º 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 #390B27 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 11 | 39 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.78 |
| HSL | 323.48º | 0.68% | 0.13% | - |
| HSV(B) | 323.48º | 0.81% | 0.22% | - |
| XYZ | 2.17 | 1.26 | 2.05 | - |
| YUV | 27.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 39 | 0 | 0.81 | 0.32 | 0.78 | 323.48 | 0.68 | 0.13 |
| Hex | 39 | B | 27 | 0 | 51 | 20 | 4E | 143 | 44 | D |
| Octal | 71 | 13 | 47 | 0 | 121 | 40 | 116 | 503 | 104 | 15 |
| Binary | 111001 | 1011 | 100111 | 0 | 1010001 | 100000 | 1001110 | 101000011 | 1000100 | 1101 |
Color Harmonies of #390B27
Complementary color
Monochromatic Colors of #390B27
Black with #390B27
Text Example
Text Example
White with #390B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B27; }
p { color: rgb(57,11,39); }
H1.HeaderClassName
{
color: #390B27;
}
.AnyTagClassName
{
color: #390B27;
}
</style>
background-color css
<style>
a { background-color: #390B27; }
a { background-color: rgb(57,11,39); }
div.DivClassName
{
background-color: #390B27;
}
.BgClassName
{
background-color: #390B27;
}
</style>
border-color css
<style>
span { border-color: #390B27; }
span { border-color: rgb(57,11,39); }
td.TdClassName
{
border-color: #390B27;
}
.TagClassName
{
border-color: #390B27;
}
</style>