Shades of Blackberry #320E23
Tints of Blackberry #320E23
RGB
CMYK
RGB Variations
Color information
#320E23 (or 0x320E23) is known color: Blackberry. HEX triplet: 32, 0E and 23. RGB value is (50,14,35). Sum of RGB (Red+Green+Blue) = 50+14+35=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #320E23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E23 is #CDF1DC. Grayscale: #1B1B1B. Windows color (decimal): -13496797 or 2297394. OLE color: 2297394.
HSL color Cylindrical-coordinate representation of color #320E23: hue angle of 325º 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 #320E23 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 14 | 35 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.80 |
| HSL | 325º | 0.56% | 0.13% | - |
| HSV(B) | 325º | 0.72% | 0.2% | - |
| XYZ | 1.78 | 1.11 | 1.71 | - |
| YUV | 27.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 35 | 0 | 0.72 | 0.30 | 0.80 | 325 | 0.56 | 0.13 |
| Hex | 32 | E | 23 | 0 | 48 | 1E | 50 | 145 | 38 | D |
| Octal | 62 | 16 | 43 | 0 | 110 | 36 | 120 | 505 | 70 | 15 |
| Binary | 110010 | 1110 | 100011 | 0 | 1001000 | 11110 | 1010000 | 101000101 | 111000 | 1101 |
Color Harmonies of #320E23
Complementary color
Monochromatic Colors of #320E23
Black with #320E23
Text Example
Text Example
White with #320E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E23; }
p { color: rgb(50,14,35); }
H1.HeaderClassName
{
color: #320E23;
}
.AnyTagClassName
{
color: #320E23;
}
</style>
background-color css
<style>
a { background-color: #320E23; }
a { background-color: rgb(50,14,35); }
div.DivClassName
{
background-color: #320E23;
}
.BgClassName
{
background-color: #320E23;
}
</style>
border-color css
<style>
span { border-color: #320E23; }
span { border-color: rgb(50,14,35); }
td.TdClassName
{
border-color: #320E23;
}
.TagClassName
{
border-color: #320E23;
}
</style>