Shades of Blackberry #320B1E
Tints of Blackberry #320B1E
RGB
CMYK
RGB Variations
Color information
#320B1E (or 0x320B1E) is known color: Blackberry. HEX triplet: 32, 0B and 1E. RGB value is (50,11,30). Sum of RGB (Red+Green+Blue) = 50+11+30=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #320B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B1E is #CDF4E1. Grayscale: #181818. Windows color (decimal): -13497570 or 1968946. OLE color: 1968946.
HSL color Cylindrical-coordinate representation of color #320B1E: hue angle of 330.77º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320B1E is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 30 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.80 |
| HSL | 330.77º | 0.64% | 0.12% | - |
| HSV(B) | 330.77º | 0.78% | 0.2% | - |
| XYZ | 1.67 | 1.01 | 1.34 | - |
| YUV | 24.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 30 | 0 | 0.78 | 0.40 | 0.80 | 330.77 | 0.64 | 0.12 |
| Hex | 32 | B | 1E | 0 | 4E | 28 | 50 | 14B | 40 | C |
| Octal | 62 | 13 | 36 | 0 | 116 | 50 | 120 | 513 | 100 | 14 |
| Binary | 110010 | 1011 | 11110 | 0 | 1001110 | 101000 | 1010000 | 101001011 | 1000000 | 1100 |
Color Harmonies of #320B1E
Complementary color
Monochromatic Colors of #320B1E
Black with #320B1E
Text Example
Text Example
White with #320B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B1E; }
p { color: rgb(50,11,30); }
H1.HeaderClassName
{
color: #320B1E;
}
.AnyTagClassName
{
color: #320B1E;
}
</style>
background-color css
<style>
a { background-color: #320B1E; }
a { background-color: rgb(50,11,30); }
div.DivClassName
{
background-color: #320B1E;
}
.BgClassName
{
background-color: #320B1E;
}
</style>
border-color css
<style>
span { border-color: #320B1E; }
span { border-color: rgb(50,11,30); }
td.TdClassName
{
border-color: #320B1E;
}
.TagClassName
{
border-color: #320B1E;
}
</style>