Shades of Blackberry #320C28
Tints of Blackberry #320C28
RGB
CMYK
RGB Variations
Color information
#320C28 (or 0x320C28) is known color: Blackberry. HEX triplet: 32, 0C and 28. RGB value is (50,12,40). Sum of RGB (Red+Green+Blue) = 50+12+40=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #320C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C28 is #CDF3D7. Grayscale: #1A1A1A. Windows color (decimal): -13497304 or 2624562. OLE color: 2624562.
HSL color Cylindrical-coordinate representation of color #320C28: hue angle of 315.79º 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 #320C28 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 12 | 40 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.80 |
| HSL | 315.79º | 0.61% | 0.12% | - |
| HSV(B) | 315.79º | 0.76% | 0.2% | - |
| XYZ | 1.83 | 1.09 | 2.12 | - |
| YUV | 26.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 40 | 0 | 0.76 | 0.20 | 0.80 | 315.79 | 0.61 | 0.12 |
| Hex | 32 | C | 28 | 0 | 4C | 14 | 50 | 13C | 3D | C |
| Octal | 62 | 14 | 50 | 0 | 114 | 24 | 120 | 474 | 75 | 14 |
| Binary | 110010 | 1100 | 101000 | 0 | 1001100 | 10100 | 1010000 | 100111100 | 111101 | 1100 |
Color Harmonies of #320C28
Complementary color
Monochromatic Colors of #320C28
Black with #320C28
Text Example
Text Example
White with #320C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C28; }
p { color: rgb(50,12,40); }
H1.HeaderClassName
{
color: #320C28;
}
.AnyTagClassName
{
color: #320C28;
}
</style>
background-color css
<style>
a { background-color: #320C28; }
a { background-color: rgb(50,12,40); }
div.DivClassName
{
background-color: #320C28;
}
.BgClassName
{
background-color: #320C28;
}
</style>
border-color css
<style>
span { border-color: #320C28; }
span { border-color: rgb(50,12,40); }
td.TdClassName
{
border-color: #320C28;
}
.TagClassName
{
border-color: #320C28;
}
</style>