Shades of Blackberry #320E25
Tints of Blackberry #320E25
RGB
CMYK
RGB Variations
Color information
#320E25 (or 0x320E25) is known color: Blackberry. HEX triplet: 32, 0E and 25. RGB value is (50,14,37). Sum of RGB (Red+Green+Blue) = 50+14+37=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #320E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E25 is #CDF1DA. Grayscale: #1B1B1B. Windows color (decimal): -13496795 or 2428466. OLE color: 2428466.
HSL color Cylindrical-coordinate representation of color #320E25: hue angle of 321.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #320E25 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 14 | 37 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.80 |
| HSL | 321.67º | 0.56% | 0.13% | - |
| HSV(B) | 321.67º | 0.72% | 0.2% | - |
| XYZ | 1.81 | 1.13 | 1.87 | - |
| YUV | 27.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 37 | 0 | 0.72 | 0.26 | 0.80 | 321.67 | 0.56 | 0.13 |
| Hex | 32 | E | 25 | 0 | 48 | 1A | 50 | 142 | 38 | D |
| Octal | 62 | 16 | 45 | 0 | 110 | 32 | 120 | 502 | 70 | 15 |
| Binary | 110010 | 1110 | 100101 | 0 | 1001000 | 11010 | 1010000 | 101000010 | 111000 | 1101 |
Color Harmonies of #320E25
Complementary color
Monochromatic Colors of #320E25
Black with #320E25
Text Example
Text Example
White with #320E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E25; }
p { color: rgb(50,14,37); }
H1.HeaderClassName
{
color: #320E25;
}
.AnyTagClassName
{
color: #320E25;
}
</style>
background-color css
<style>
a { background-color: #320E25; }
a { background-color: rgb(50,14,37); }
div.DivClassName
{
background-color: #320E25;
}
.BgClassName
{
background-color: #320E25;
}
</style>
border-color css
<style>
span { border-color: #320E25; }
span { border-color: rgb(50,14,37); }
td.TdClassName
{
border-color: #320E25;
}
.TagClassName
{
border-color: #320E25;
}
</style>