Shades of Blackberry #321323
Tints of Blackberry #321323
RGB
CMYK
RGB Variations
Color information
#321323 (or 0x321323) is known color: Blackberry. HEX triplet: 32, 13 and 23. RGB value is (50,19,35). Sum of RGB (Red+Green+Blue) = 50+19+35=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #321323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321323 is #CDECDC. Grayscale: #1E1E1E. Windows color (decimal): -13495517 or 2298674. OLE color: 2298674.
HSL color Cylindrical-coordinate representation of color #321323: hue angle of 329.03º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321323 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 35 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.80 |
| HSL | 329.03º | 0.45% | 0.14% | - |
| HSV(B) | 329.03º | 0.62% | 0.2% | - |
| XYZ | 1.85 | 1.27 | 1.74 | - |
| YUV | 30.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 35 | 0 | 0.62 | 0.30 | 0.80 | 329.03 | 0.45 | 0.14 |
| Hex | 32 | 13 | 23 | 0 | 3E | 1E | 50 | 149 | 2D | E |
| Octal | 62 | 23 | 43 | 0 | 76 | 36 | 120 | 511 | 55 | 16 |
| Binary | 110010 | 10011 | 100011 | 0 | 111110 | 11110 | 1010000 | 101001001 | 101101 | 1110 |
Color Harmonies of #321323
Complementary color
Monochromatic Colors of #321323
Black with #321323
Text Example
Text Example
White with #321323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321323; }
p { color: rgb(50,19,35); }
H1.HeaderClassName
{
color: #321323;
}
.AnyTagClassName
{
color: #321323;
}
</style>
background-color css
<style>
a { background-color: #321323; }
a { background-color: rgb(50,19,35); }
div.DivClassName
{
background-color: #321323;
}
.BgClassName
{
background-color: #321323;
}
</style>
border-color css
<style>
span { border-color: #321323; }
span { border-color: rgb(50,19,35); }
td.TdClassName
{
border-color: #321323;
}
.TagClassName
{
border-color: #321323;
}
</style>