Shades of Blackberry #321225
Tints of Blackberry #321225
RGB
CMYK
RGB Variations
Color information
#321225 (or 0x321225) is known color: Blackberry. HEX triplet: 32, 12 and 25. RGB value is (50,18,37). Sum of RGB (Red+Green+Blue) = 50+18+37=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #321225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321225 is #CDEDDA. Grayscale: #1D1D1D. Windows color (decimal): -13495771 or 2429490. OLE color: 2429490.
HSL color Cylindrical-coordinate representation of color #321225: hue angle of 324.38º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #321225 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 18 | 37 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.80 |
| HSL | 324.38º | 0.47% | 0.13% | - |
| HSV(B) | 324.38º | 0.64% | 0.2% | - |
| XYZ | 1.87 | 1.24 | 1.89 | - |
| YUV | 29.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 37 | 0 | 0.64 | 0.26 | 0.80 | 324.38 | 0.47 | 0.13 |
| Hex | 32 | 12 | 25 | 0 | 40 | 1A | 50 | 144 | 2F | D |
| Octal | 62 | 22 | 45 | 0 | 100 | 32 | 120 | 504 | 57 | 15 |
| Binary | 110010 | 10010 | 100101 | 0 | 1000000 | 11010 | 1010000 | 101000100 | 101111 | 1101 |
Color Harmonies of #321225
Complementary color
Monochromatic Colors of #321225
Black with #321225
Text Example
Text Example
White with #321225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321225; }
p { color: rgb(50,18,37); }
H1.HeaderClassName
{
color: #321225;
}
.AnyTagClassName
{
color: #321225;
}
</style>
background-color css
<style>
a { background-color: #321225; }
a { background-color: rgb(50,18,37); }
div.DivClassName
{
background-color: #321225;
}
.BgClassName
{
background-color: #321225;
}
</style>
border-color css
<style>
span { border-color: #321225; }
span { border-color: rgb(50,18,37); }
td.TdClassName
{
border-color: #321225;
}
.TagClassName
{
border-color: #321225;
}
</style>