Shades of Blackberry #320A1E
Tints of Blackberry #320A1E
RGB
CMYK
RGB Variations
Color information
#320A1E (or 0x320A1E) is known color: Blackberry. HEX triplet: 32, 0A and 1E. RGB value is (50,10,30). Sum of RGB (Red+Green+Blue) = 50+10+30=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #320A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320A1E is #CDF5E1. Grayscale: #181818. Windows color (decimal): -13497826 or 1968690. OLE color: 1968690.
HSL color Cylindrical-coordinate representation of color #320A1E: hue angle of 330º 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 #320A1E is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 10 | 30 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.80 |
| HSL | 330º | 0.67% | 0.12% | - |
| HSV(B) | 330º | 0.8% | 0.2% | - |
| XYZ | 1.66 | 0.99 | 1.33 | - |
| YUV | 24.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 30 | 0 | 0.80 | 0.40 | 0.80 | 330 | 0.67 | 0.12 |
| Hex | 32 | A | 1E | 0 | 50 | 28 | 50 | 14A | 43 | C |
| Octal | 62 | 12 | 36 | 0 | 120 | 50 | 120 | 512 | 103 | 14 |
| Binary | 110010 | 1010 | 11110 | 0 | 1010000 | 101000 | 1010000 | 101001010 | 1000011 | 1100 |
Color Harmonies of #320A1E
Complementary color
Monochromatic Colors of #320A1E
Black with #320A1E
Text Example
Text Example
White with #320A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A1E; }
p { color: rgb(50,10,30); }
H1.HeaderClassName
{
color: #320A1E;
}
.AnyTagClassName
{
color: #320A1E;
}
</style>
background-color css
<style>
a { background-color: #320A1E; }
a { background-color: rgb(50,10,30); }
div.DivClassName
{
background-color: #320A1E;
}
.BgClassName
{
background-color: #320A1E;
}
</style>
border-color css
<style>
span { border-color: #320A1E; }
span { border-color: rgb(50,10,30); }
td.TdClassName
{
border-color: #320A1E;
}
.TagClassName
{
border-color: #320A1E;
}
</style>