Shades of Blackberry #321023
Tints of Blackberry #321023
RGB
CMYK
RGB Variations
Color information
#321023 (or 0x321023) is known color: Blackberry. HEX triplet: 32, 10 and 23. RGB value is (50,16,35). Sum of RGB (Red+Green+Blue) = 50+16+35=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #321023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321023 is #CDEFDC. Grayscale: #1C1C1C. Windows color (decimal): -13496285 or 2297906. OLE color: 2297906.
HSL color Cylindrical-coordinate representation of color #321023: hue angle of 326.47º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321023 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 16 | 35 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.80 |
| HSL | 326.47º | 0.52% | 0.13% | - |
| HSV(B) | 326.47º | 0.68% | 0.2% | - |
| XYZ | 1.8 | 1.17 | 1.72 | - |
| YUV | 28.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 35 | 0 | 0.68 | 0.30 | 0.80 | 326.47 | 0.52 | 0.13 |
| Hex | 32 | 10 | 23 | 0 | 44 | 1E | 50 | 146 | 34 | D |
| Octal | 62 | 20 | 43 | 0 | 104 | 36 | 120 | 506 | 64 | 15 |
| Binary | 110010 | 10000 | 100011 | 0 | 1000100 | 11110 | 1010000 | 101000110 | 110100 | 1101 |
Color Harmonies of #321023
Complementary color
Monochromatic Colors of #321023
Black with #321023
Text Example
Text Example
White with #321023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321023; }
p { color: rgb(50,16,35); }
H1.HeaderClassName
{
color: #321023;
}
.AnyTagClassName
{
color: #321023;
}
</style>
background-color css
<style>
a { background-color: #321023; }
a { background-color: rgb(50,16,35); }
div.DivClassName
{
background-color: #321023;
}
.BgClassName
{
background-color: #321023;
}
</style>
border-color css
<style>
span { border-color: #321023; }
span { border-color: rgb(50,16,35); }
td.TdClassName
{
border-color: #321023;
}
.TagClassName
{
border-color: #321023;
}
</style>