Shades of Blackberry #321625
Tints of Blackberry #321625
RGB
CMYK
RGB Variations
Color information
#321625 (or 0x321625) is known color: Blackberry. HEX triplet: 32, 16 and 25. RGB value is (50,22,37). Sum of RGB (Red+Green+Blue) = 50+22+37=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #321625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321625 is #CDE9DA. Grayscale: #202020. Windows color (decimal): -13494747 or 2430514. OLE color: 2430514.
HSL color Cylindrical-coordinate representation of color #321625: hue angle of 327.86º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321625 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 22 | 37 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.80 |
| HSL | 327.86º | 0.39% | 0.14% | - |
| HSV(B) | 327.86º | 0.56% | 0.2% | - |
| XYZ | 1.94 | 1.39 | 1.92 | - |
| YUV | 32.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 37 | 0 | 0.56 | 0.26 | 0.80 | 327.86 | 0.39 | 0.14 |
| Hex | 32 | 16 | 25 | 0 | 38 | 1A | 50 | 148 | 27 | E |
| Octal | 62 | 26 | 45 | 0 | 70 | 32 | 120 | 510 | 47 | 16 |
| Binary | 110010 | 10110 | 100101 | 0 | 111000 | 11010 | 1010000 | 101001000 | 100111 | 1110 |
Color Harmonies of #321625
Complementary color
Monochromatic Colors of #321625
Black with #321625
Text Example
Text Example
White with #321625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321625; }
p { color: rgb(50,22,37); }
H1.HeaderClassName
{
color: #321625;
}
.AnyTagClassName
{
color: #321625;
}
</style>
background-color css
<style>
a { background-color: #321625; }
a { background-color: rgb(50,22,37); }
div.DivClassName
{
background-color: #321625;
}
.BgClassName
{
background-color: #321625;
}
</style>
border-color css
<style>
span { border-color: #321625; }
span { border-color: rgb(50,22,37); }
td.TdClassName
{
border-color: #321625;
}
.TagClassName
{
border-color: #321625;
}
</style>