Shades of Blackberry #321123
Tints of Blackberry #321123
RGB
CMYK
RGB Variations
Color information
#321123 (or 0x321123) is known color: Blackberry. HEX triplet: 32, 11 and 23. RGB value is (50,17,35). Sum of RGB (Red+Green+Blue) = 50+17+35=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #321123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321123 is #CDEEDC. Grayscale: #1C1C1C. Windows color (decimal): -13496029 or 2298162. OLE color: 2298162.
HSL color Cylindrical-coordinate representation of color #321123: hue angle of 327.27º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321123 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 17 | 35 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.80 |
| HSL | 327.27º | 0.49% | 0.13% | - |
| HSV(B) | 327.27º | 0.66% | 0.2% | - |
| XYZ | 1.82 | 1.2 | 1.73 | - |
| YUV | 28.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 35 | 0 | 0.66 | 0.30 | 0.80 | 327.27 | 0.49 | 0.13 |
| Hex | 32 | 11 | 23 | 0 | 42 | 1E | 50 | 147 | 31 | D |
| Octal | 62 | 21 | 43 | 0 | 102 | 36 | 120 | 507 | 61 | 15 |
| Binary | 110010 | 10001 | 100011 | 0 | 1000010 | 11110 | 1010000 | 101000111 | 110001 | 1101 |
Color Harmonies of #321123
Complementary color
Monochromatic Colors of #321123
Black with #321123
Text Example
Text Example
White with #321123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321123; }
p { color: rgb(50,17,35); }
H1.HeaderClassName
{
color: #321123;
}
.AnyTagClassName
{
color: #321123;
}
</style>
background-color css
<style>
a { background-color: #321123; }
a { background-color: rgb(50,17,35); }
div.DivClassName
{
background-color: #321123;
}
.BgClassName
{
background-color: #321123;
}
</style>
border-color css
<style>
span { border-color: #321123; }
span { border-color: rgb(50,17,35); }
td.TdClassName
{
border-color: #321123;
}
.TagClassName
{
border-color: #321123;
}
</style>