Shades of Blackberry #320A1F
Tints of Blackberry #320A1F
RGB
CMYK
RGB Variations
Color information
#320A1F (or 0x320A1F) is known color: Blackberry. HEX triplet: 32, 0A and 1F. RGB value is (50,10,31). Sum of RGB (Red+Green+Blue) = 50+10+31=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #320A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320A1F is #CDF5E0. Grayscale: #181818. Windows color (decimal): -13497825 or 2034226. OLE color: 2034226.
HSL color Cylindrical-coordinate representation of color #320A1F: hue angle of 328.5º 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 #320A1F is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 10 | 31 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.80 |
| HSL | 328.5º | 0.67% | 0.12% | - |
| HSV(B) | 328.5º | 0.8% | 0.2% | - |
| XYZ | 1.67 | 0.99 | 1.4 | - |
| YUV | 24.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 31 | 0 | 0.80 | 0.38 | 0.80 | 328.5 | 0.67 | 0.12 |
| Hex | 32 | A | 1F | 0 | 50 | 26 | 50 | 148 | 43 | C |
| Octal | 62 | 12 | 37 | 0 | 120 | 46 | 120 | 510 | 103 | 14 |
| Binary | 110010 | 1010 | 11111 | 0 | 1010000 | 100110 | 1010000 | 101001000 | 1000011 | 1100 |
Color Harmonies of #320A1F
Complementary color
Monochromatic Colors of #320A1F
Black with #320A1F
Text Example
Text Example
White with #320A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A1F; }
p { color: rgb(50,10,31); }
H1.HeaderClassName
{
color: #320A1F;
}
.AnyTagClassName
{
color: #320A1F;
}
</style>
background-color css
<style>
a { background-color: #320A1F; }
a { background-color: rgb(50,10,31); }
div.DivClassName
{
background-color: #320A1F;
}
.BgClassName
{
background-color: #320A1F;
}
</style>
border-color css
<style>
span { border-color: #320A1F; }
span { border-color: rgb(50,10,31); }
td.TdClassName
{
border-color: #320A1F;
}
.TagClassName
{
border-color: #320A1F;
}
</style>