Shades of Blackberry #320B1D
Tints of Blackberry #320B1D
RGB
CMYK
RGB Variations
Color information
#320B1D (or 0x320B1D) is known color: Blackberry. HEX triplet: 32, 0B and 1D. RGB value is (50,11,29). Sum of RGB (Red+Green+Blue) = 50+11+29=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #320B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B1D is #CDF4E2. Grayscale: #181818. Windows color (decimal): -13497571 or 1903410. OLE color: 1903410.
HSL color Cylindrical-coordinate representation of color #320B1D: hue angle of 332.31º 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 #320B1D is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 29 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.80 |
| HSL | 332.31º | 0.64% | 0.12% | - |
| HSV(B) | 332.31º | 0.78% | 0.2% | - |
| XYZ | 1.66 | 1.01 | 1.27 | - |
| YUV | 24.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 29 | 0 | 0.78 | 0.42 | 0.80 | 332.31 | 0.64 | 0.12 |
| Hex | 32 | B | 1D | 0 | 4E | 2A | 50 | 14C | 40 | C |
| Octal | 62 | 13 | 35 | 0 | 116 | 52 | 120 | 514 | 100 | 14 |
| Binary | 110010 | 1011 | 11101 | 0 | 1001110 | 101010 | 1010000 | 101001100 | 1000000 | 1100 |
Color Harmonies of #320B1D
Complementary color
Monochromatic Colors of #320B1D
Black with #320B1D
Text Example
Text Example
White with #320B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B1D; }
p { color: rgb(50,11,29); }
H1.HeaderClassName
{
color: #320B1D;
}
.AnyTagClassName
{
color: #320B1D;
}
</style>
background-color css
<style>
a { background-color: #320B1D; }
a { background-color: rgb(50,11,29); }
div.DivClassName
{
background-color: #320B1D;
}
.BgClassName
{
background-color: #320B1D;
}
</style>
border-color css
<style>
span { border-color: #320B1D; }
span { border-color: rgb(50,11,29); }
td.TdClassName
{
border-color: #320B1D;
}
.TagClassName
{
border-color: #320B1D;
}
</style>