Shades of Blackberry #320A28
Tints of Blackberry #320A28
RGB
CMYK
RGB Variations
Color information
#320A28 (or 0x320A28) is known color: Blackberry. HEX triplet: 32, 0A and 28. RGB value is (50,10,40). Sum of RGB (Red+Green+Blue) = 50+10+40=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #320A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320A28 is #CDF5D7. Grayscale: #191919. Windows color (decimal): -13497816 or 2624050. OLE color: 2624050.
HSL color Cylindrical-coordinate representation of color #320A28: hue angle of 315º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #320A28 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 10 | 40 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.80 |
| HSL | 315º | 0.67% | 0.12% | - |
| HSV(B) | 315º | 0.8% | 0.2% | - |
| XYZ | 1.81 | 1.05 | 2.11 | - |
| YUV | 25.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 40 | 0 | 0.80 | 0.20 | 0.80 | 315 | 0.67 | 0.12 |
| Hex | 32 | A | 28 | 0 | 50 | 14 | 50 | 13B | 43 | C |
| Octal | 62 | 12 | 50 | 0 | 120 | 24 | 120 | 473 | 103 | 14 |
| Binary | 110010 | 1010 | 101000 | 0 | 1010000 | 10100 | 1010000 | 100111011 | 1000011 | 1100 |
Color Harmonies of #320A28
Complementary color
Monochromatic Colors of #320A28
Black with #320A28
Text Example
Text Example
White with #320A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A28; }
p { color: rgb(50,10,40); }
H1.HeaderClassName
{
color: #320A28;
}
.AnyTagClassName
{
color: #320A28;
}
</style>
background-color css
<style>
a { background-color: #320A28; }
a { background-color: rgb(50,10,40); }
div.DivClassName
{
background-color: #320A28;
}
.BgClassName
{
background-color: #320A28;
}
</style>
border-color css
<style>
span { border-color: #320A28; }
span { border-color: rgb(50,10,40); }
td.TdClassName
{
border-color: #320A28;
}
.TagClassName
{
border-color: #320A28;
}
</style>