Shades of Blackberry #321423
Tints of Blackberry #321423
RGB
CMYK
RGB Variations
Color information
#321423 (or 0x321423) is known color: Blackberry. HEX triplet: 32, 14 and 23. RGB value is (50,20,35). Sum of RGB (Red+Green+Blue) = 50+20+35=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #321423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321423 is #CDEBDC. Grayscale: #1E1E1E. Windows color (decimal): -13495261 or 2298930. OLE color: 2298930.
HSL color Cylindrical-coordinate representation of color #321423: hue angle of 330º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321423 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 20 | 35 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.80 |
| HSL | 330º | 0.43% | 0.14% | - |
| HSV(B) | 330º | 0.6% | 0.2% | - |
| XYZ | 1.87 | 1.3 | 1.74 | - |
| YUV | 30.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 35 | 0 | 0.60 | 0.30 | 0.80 | 330 | 0.43 | 0.14 |
| Hex | 32 | 14 | 23 | 0 | 3C | 1E | 50 | 14A | 2B | E |
| Octal | 62 | 24 | 43 | 0 | 74 | 36 | 120 | 512 | 53 | 16 |
| Binary | 110010 | 10100 | 100011 | 0 | 111100 | 11110 | 1010000 | 101001010 | 101011 | 1110 |
Color Harmonies of #321423
Complementary color
Monochromatic Colors of #321423
Black with #321423
Text Example
Text Example
White with #321423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321423; }
p { color: rgb(50,20,35); }
H1.HeaderClassName
{
color: #321423;
}
.AnyTagClassName
{
color: #321423;
}
</style>
background-color css
<style>
a { background-color: #321423; }
a { background-color: rgb(50,20,35); }
div.DivClassName
{
background-color: #321423;
}
.BgClassName
{
background-color: #321423;
}
</style>
border-color css
<style>
span { border-color: #321423; }
span { border-color: rgb(50,20,35); }
td.TdClassName
{
border-color: #321423;
}
.TagClassName
{
border-color: #321423;
}
</style>