Shades of Blackberry #320D25
Tints of Blackberry #320D25
RGB
CMYK
RGB Variations
Color information
#320D25 (or 0x320D25) is known color: Blackberry. HEX triplet: 32, 0D and 25. RGB value is (50,13,37). Sum of RGB (Red+Green+Blue) = 50+13+37=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #320D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D25 is #CDF2DA. Grayscale: #1A1A1A. Windows color (decimal): -13497051 or 2428210. OLE color: 2428210.
HSL color Cylindrical-coordinate representation of color #320D25: hue angle of 321.08º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #320D25 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 13 | 37 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.80 |
| HSL | 321.08º | 0.59% | 0.12% | - |
| HSV(B) | 321.08º | 0.74% | 0.2% | - |
| XYZ | 1.79 | 1.1 | 1.87 | - |
| YUV | 26.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 37 | 0 | 0.74 | 0.26 | 0.80 | 321.08 | 0.59 | 0.12 |
| Hex | 32 | D | 25 | 0 | 4A | 1A | 50 | 141 | 3B | C |
| Octal | 62 | 15 | 45 | 0 | 112 | 32 | 120 | 501 | 73 | 14 |
| Binary | 110010 | 1101 | 100101 | 0 | 1001010 | 11010 | 1010000 | 101000001 | 111011 | 1100 |
Color Harmonies of #320D25
Complementary color
Monochromatic Colors of #320D25
Black with #320D25
Text Example
Text Example
White with #320D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D25; }
p { color: rgb(50,13,37); }
H1.HeaderClassName
{
color: #320D25;
}
.AnyTagClassName
{
color: #320D25;
}
</style>
background-color css
<style>
a { background-color: #320D25; }
a { background-color: rgb(50,13,37); }
div.DivClassName
{
background-color: #320D25;
}
.BgClassName
{
background-color: #320D25;
}
</style>
border-color css
<style>
span { border-color: #320D25; }
span { border-color: rgb(50,13,37); }
td.TdClassName
{
border-color: #320D25;
}
.TagClassName
{
border-color: #320D25;
}
</style>