Shades of Blackberry #320C1E
Tints of Blackberry #320C1E
RGB
CMYK
RGB Variations
Color information
#320C1E (or 0x320C1E) is known color: Blackberry. HEX triplet: 32, 0C and 1E. RGB value is (50,12,30). Sum of RGB (Red+Green+Blue) = 50+12+30=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #320C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C1E is #CDF3E1. Grayscale: #191919. Windows color (decimal): -13497314 or 1969202. OLE color: 1969202.
HSL color Cylindrical-coordinate representation of color #320C1E: hue angle of 331.58º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #320C1E is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 12 | 30 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.80 |
| HSL | 331.58º | 0.61% | 0.12% | - |
| HSV(B) | 331.58º | 0.76% | 0.2% | - |
| XYZ | 1.68 | 1.03 | 1.34 | - |
| YUV | 25.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 30 | 0 | 0.76 | 0.40 | 0.80 | 331.58 | 0.61 | 0.12 |
| Hex | 32 | C | 1E | 0 | 4C | 28 | 50 | 14C | 3D | C |
| Octal | 62 | 14 | 36 | 0 | 114 | 50 | 120 | 514 | 75 | 14 |
| Binary | 110010 | 1100 | 11110 | 0 | 1001100 | 101000 | 1010000 | 101001100 | 111101 | 1100 |
Color Harmonies of #320C1E
Complementary color
Monochromatic Colors of #320C1E
Black with #320C1E
Text Example
Text Example
White with #320C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C1E; }
p { color: rgb(50,12,30); }
H1.HeaderClassName
{
color: #320C1E;
}
.AnyTagClassName
{
color: #320C1E;
}
</style>
background-color css
<style>
a { background-color: #320C1E; }
a { background-color: rgb(50,12,30); }
div.DivClassName
{
background-color: #320C1E;
}
.BgClassName
{
background-color: #320C1E;
}
</style>
border-color css
<style>
span { border-color: #320C1E; }
span { border-color: rgb(50,12,30); }
td.TdClassName
{
border-color: #320C1E;
}
.TagClassName
{
border-color: #320C1E;
}
</style>