Shades of Blackberry #321825
Tints of Blackberry #321825
RGB
CMYK
RGB Variations
Color information
#321825 (or 0x321825) is known color: Blackberry. HEX triplet: 32, 18 and 25. RGB value is (50,24,37). Sum of RGB (Red+Green+Blue) = 50+24+37=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #321825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321825 is #CDE7DA. Grayscale: #212121. Windows color (decimal): -13494235 or 2431026. OLE color: 2431026.
HSL color Cylindrical-coordinate representation of color #321825: hue angle of 330º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #321825 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 24 | 37 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.80 |
| HSL | 330º | 0.35% | 0.15% | - |
| HSV(B) | 330º | 0.52% | 0.2% | - |
| XYZ | 1.98 | 1.46 | 1.93 | - |
| YUV | 33.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 37 | 0 | 0.52 | 0.26 | 0.80 | 330 | 0.35 | 0.15 |
| Hex | 32 | 18 | 25 | 0 | 34 | 1A | 50 | 14A | 23 | F |
| Octal | 62 | 30 | 45 | 0 | 64 | 32 | 120 | 512 | 43 | 17 |
| Binary | 110010 | 11000 | 100101 | 0 | 110100 | 11010 | 1010000 | 101001010 | 100011 | 1111 |
Color Harmonies of #321825
Complementary color
Monochromatic Colors of #321825
Black with #321825
Text Example
Text Example
White with #321825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321825; }
p { color: rgb(50,24,37); }
H1.HeaderClassName
{
color: #321825;
}
.AnyTagClassName
{
color: #321825;
}
</style>
background-color css
<style>
a { background-color: #321825; }
a { background-color: rgb(50,24,37); }
div.DivClassName
{
background-color: #321825;
}
.BgClassName
{
background-color: #321825;
}
</style>
border-color css
<style>
span { border-color: #321825; }
span { border-color: rgb(50,24,37); }
td.TdClassName
{
border-color: #321825;
}
.TagClassName
{
border-color: #321825;
}
</style>