Shades of Blackberry #390B23
Tints of Blackberry #390B23
RGB
CMYK
RGB Variations
Color information
#390B23 (or 0x390B23) is known color: Blackberry. HEX triplet: 39, 0B and 23. RGB value is (57,11,35). Sum of RGB (Red+Green+Blue) = 57+11+35=103 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.34% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 57 - color contains mainly: red. Hex color #390B23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B23 is #C6F4DC. Grayscale: #1B1B1B. Windows color (decimal): -13038813 or 2296633. OLE color: 2296633.
HSL color Cylindrical-coordinate representation of color #390B23: hue angle of 328.7º 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 #390B23 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 11 | 35 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.78 |
| HSL | 328.7º | 0.68% | 0.13% | - |
| HSV(B) | 328.7º | 0.81% | 0.22% | - |
| XYZ | 2.11 | 1.23 | 1.72 | - |
| YUV | 27.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 35 | 0 | 0.81 | 0.39 | 0.78 | 328.7 | 0.68 | 0.13 |
| Hex | 39 | B | 23 | 0 | 51 | 27 | 4E | 149 | 44 | D |
| Octal | 71 | 13 | 43 | 0 | 121 | 47 | 116 | 511 | 104 | 15 |
| Binary | 111001 | 1011 | 100011 | 0 | 1010001 | 100111 | 1001110 | 101001001 | 1000100 | 1101 |
Color Harmonies of #390B23
Complementary color
Monochromatic Colors of #390B23
Black with #390B23
Text Example
Text Example
White with #390B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B23; }
p { color: rgb(57,11,35); }
H1.HeaderClassName
{
color: #390B23;
}
.AnyTagClassName
{
color: #390B23;
}
</style>
background-color css
<style>
a { background-color: #390B23; }
a { background-color: rgb(57,11,35); }
div.DivClassName
{
background-color: #390B23;
}
.BgClassName
{
background-color: #390B23;
}
</style>
border-color css
<style>
span { border-color: #390B23; }
span { border-color: rgb(57,11,35); }
td.TdClassName
{
border-color: #390B23;
}
.TagClassName
{
border-color: #390B23;
}
</style>