Shades of Blackberry #390F22
Tints of Blackberry #390F22
RGB
CMYK
RGB Variations
Color information
#390F22 (or 0x390F22) is known color: Blackberry. HEX triplet: 39, 0F and 22. RGB value is (57,15,34). Sum of RGB (Red+Green+Blue) = 57+15+34=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #390F22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390F22 is #C6F0DD. Grayscale: #1D1D1D. Windows color (decimal): -13037790 or 2232121. OLE color: 2232121.
HSL color Cylindrical-coordinate representation of color #390F22: hue angle of 332.86º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #390F22 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 15 | 34 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.78 |
| HSL | 332.86º | 0.58% | 0.14% | - |
| HSV(B) | 332.86º | 0.74% | 0.22% | - |
| XYZ | 2.15 | 1.33 | 1.66 | - |
| YUV | 29.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 34 | 0 | 0.74 | 0.40 | 0.78 | 332.86 | 0.58 | 0.14 |
| Hex | 39 | F | 22 | 0 | 4A | 28 | 4E | 14D | 3A | E |
| Octal | 71 | 17 | 42 | 0 | 112 | 50 | 116 | 515 | 72 | 16 |
| Binary | 111001 | 1111 | 100010 | 0 | 1001010 | 101000 | 1001110 | 101001101 | 111010 | 1110 |
Color Harmonies of #390F22
Complementary color
Monochromatic Colors of #390F22
Black with #390F22
Text Example
Text Example
White with #390F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F22; }
p { color: rgb(57,15,34); }
H1.HeaderClassName
{
color: #390F22;
}
.AnyTagClassName
{
color: #390F22;
}
</style>
background-color css
<style>
a { background-color: #390F22; }
a { background-color: rgb(57,15,34); }
div.DivClassName
{
background-color: #390F22;
}
.BgClassName
{
background-color: #390F22;
}
</style>
border-color css
<style>
span { border-color: #390F22; }
span { border-color: rgb(57,15,34); }
td.TdClassName
{
border-color: #390F22;
}
.TagClassName
{
border-color: #390F22;
}
</style>