Shades of Blackberry #320B25
Tints of Blackberry #320B25
RGB
CMYK
RGB Variations
Color information
#320B25 (or 0x320B25) is known color: Blackberry. HEX triplet: 32, 0B and 25. RGB value is (50,11,37). Sum of RGB (Red+Green+Blue) = 50+11+37=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #320B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B25 is #CDF4DA. Grayscale: #191919. Windows color (decimal): -13497563 or 2427698. OLE color: 2427698.
HSL color Cylindrical-coordinate representation of color #320B25: hue angle of 320º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320B25 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 37 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.80 |
| HSL | 320º | 0.64% | 0.12% | - |
| HSV(B) | 320º | 0.78% | 0.2% | - |
| XYZ | 1.77 | 1.05 | 1.86 | - |
| YUV | 25.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 37 | 0 | 0.78 | 0.26 | 0.80 | 320 | 0.64 | 0.12 |
| Hex | 32 | B | 25 | 0 | 4E | 1A | 50 | 140 | 40 | C |
| Octal | 62 | 13 | 45 | 0 | 116 | 32 | 120 | 500 | 100 | 14 |
| Binary | 110010 | 1011 | 100101 | 0 | 1001110 | 11010 | 1010000 | 101000000 | 1000000 | 1100 |
Color Harmonies of #320B25
Complementary color
Monochromatic Colors of #320B25
Black with #320B25
Text Example
Text Example
White with #320B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B25; }
p { color: rgb(50,11,37); }
H1.HeaderClassName
{
color: #320B25;
}
.AnyTagClassName
{
color: #320B25;
}
</style>
background-color css
<style>
a { background-color: #320B25; }
a { background-color: rgb(50,11,37); }
div.DivClassName
{
background-color: #320B25;
}
.BgClassName
{
background-color: #320B25;
}
</style>
border-color css
<style>
span { border-color: #320B25; }
span { border-color: rgb(50,11,37); }
td.TdClassName
{
border-color: #320B25;
}
.TagClassName
{
border-color: #320B25;
}
</style>