Shades of Blackberry #320F1F
Tints of Blackberry #320F1F
RGB
CMYK
RGB Variations
Color information
#320F1F (or 0x320F1F) is known color: Blackberry. HEX triplet: 32, 0F and 1F. RGB value is (50,15,31). Sum of RGB (Red+Green+Blue) = 50+15+31=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #320F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F1F is #CDF0E0. Grayscale: #1B1B1B. Windows color (decimal): -13496545 or 2035506. OLE color: 2035506.
HSL color Cylindrical-coordinate representation of color #320F1F: hue angle of 332.57º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #320F1F is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 31 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.80 |
| HSL | 332.57º | 0.54% | 0.13% | - |
| HSV(B) | 332.57º | 0.7% | 0.2% | - |
| XYZ | 1.73 | 1.12 | 1.42 | - |
| YUV | 27.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 31 | 0 | 0.70 | 0.38 | 0.80 | 332.57 | 0.54 | 0.13 |
| Hex | 32 | F | 1F | 0 | 46 | 26 | 50 | 14D | 36 | D |
| Octal | 62 | 17 | 37 | 0 | 106 | 46 | 120 | 515 | 66 | 15 |
| Binary | 110010 | 1111 | 11111 | 0 | 1000110 | 100110 | 1010000 | 101001101 | 110110 | 1101 |
Color Harmonies of #320F1F
Complementary color
Monochromatic Colors of #320F1F
Black with #320F1F
Text Example
Text Example
White with #320F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F1F; }
p { color: rgb(50,15,31); }
H1.HeaderClassName
{
color: #320F1F;
}
.AnyTagClassName
{
color: #320F1F;
}
</style>
background-color css
<style>
a { background-color: #320F1F; }
a { background-color: rgb(50,15,31); }
div.DivClassName
{
background-color: #320F1F;
}
.BgClassName
{
background-color: #320F1F;
}
</style>
border-color css
<style>
span { border-color: #320F1F; }
span { border-color: rgb(50,15,31); }
td.TdClassName
{
border-color: #320F1F;
}
.TagClassName
{
border-color: #320F1F;
}
</style>