Shades of Blackberry #320B29
Tints of Blackberry #320B29
RGB
CMYK
RGB Variations
Color information
#320B29 (or 0x320B29) is known color: Blackberry. HEX triplet: 32, 0B and 29. RGB value is (50,11,41). Sum of RGB (Red+Green+Blue) = 50+11+41=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #320B29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B29 is #CDF4D6. Grayscale: #1A1A1A. Windows color (decimal): -13497559 or 2689842. OLE color: 2689842.
HSL color Cylindrical-coordinate representation of color #320B29: hue angle of 313.85º 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 #320B29 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 41 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.80 |
| HSL | 313.85º | 0.64% | 0.12% | - |
| HSV(B) | 313.85º | 0.78% | 0.2% | - |
| XYZ | 1.84 | 1.08 | 2.21 | - |
| YUV | 26.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 41 | 0 | 0.78 | 0.18 | 0.80 | 313.85 | 0.64 | 0.12 |
| Hex | 32 | B | 29 | 0 | 4E | 12 | 50 | 13A | 40 | C |
| Octal | 62 | 13 | 51 | 0 | 116 | 22 | 120 | 472 | 100 | 14 |
| Binary | 110010 | 1011 | 101001 | 0 | 1001110 | 10010 | 1010000 | 100111010 | 1000000 | 1100 |
Color Harmonies of #320B29
Complementary color
Monochromatic Colors of #320B29
Black with #320B29
Text Example
Text Example
White with #320B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B29; }
p { color: rgb(50,11,41); }
H1.HeaderClassName
{
color: #320B29;
}
.AnyTagClassName
{
color: #320B29;
}
</style>
background-color css
<style>
a { background-color: #320B29; }
a { background-color: rgb(50,11,41); }
div.DivClassName
{
background-color: #320B29;
}
.BgClassName
{
background-color: #320B29;
}
</style>
border-color css
<style>
span { border-color: #320B29; }
span { border-color: rgb(50,11,41); }
td.TdClassName
{
border-color: #320B29;
}
.TagClassName
{
border-color: #320B29;
}
</style>