Shades of Blackberry #320B1F
Tints of Blackberry #320B1F
RGB
CMYK
RGB Variations
Color information
#320B1F (or 0x320B1F) is known color: Blackberry. HEX triplet: 32, 0B and 1F. RGB value is (50,11,31). Sum of RGB (Red+Green+Blue) = 50+11+31=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #320B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B1F is #CDF4E0. Grayscale: #181818. Windows color (decimal): -13497569 or 2034482. OLE color: 2034482.
HSL color Cylindrical-coordinate representation of color #320B1F: hue angle of 329.23º 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 #320B1F is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 31 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.80 |
| HSL | 329.23º | 0.64% | 0.12% | - |
| HSV(B) | 329.23º | 0.78% | 0.2% | - |
| XYZ | 1.68 | 1.02 | 1.4 | - |
| YUV | 24.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 31 | 0 | 0.78 | 0.38 | 0.80 | 329.23 | 0.64 | 0.12 |
| Hex | 32 | B | 1F | 0 | 4E | 26 | 50 | 149 | 40 | C |
| Octal | 62 | 13 | 37 | 0 | 116 | 46 | 120 | 511 | 100 | 14 |
| Binary | 110010 | 1011 | 11111 | 0 | 1001110 | 100110 | 1010000 | 101001001 | 1000000 | 1100 |
Color Harmonies of #320B1F
Complementary color
Monochromatic Colors of #320B1F
Black with #320B1F
Text Example
Text Example
White with #320B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B1F; }
p { color: rgb(50,11,31); }
H1.HeaderClassName
{
color: #320B1F;
}
.AnyTagClassName
{
color: #320B1F;
}
</style>
background-color css
<style>
a { background-color: #320B1F; }
a { background-color: rgb(50,11,31); }
div.DivClassName
{
background-color: #320B1F;
}
.BgClassName
{
background-color: #320B1F;
}
</style>
border-color css
<style>
span { border-color: #320B1F; }
span { border-color: rgb(50,11,31); }
td.TdClassName
{
border-color: #320B1F;
}
.TagClassName
{
border-color: #320B1F;
}
</style>