Shades of Blackberry #500223
Tints of Blackberry #500223
RGB
CMYK
RGB Variations
Color information
#500223 (or 0x500223) is known color: Blackberry. HEX triplet: 50, 02 and 23. RGB value is (80,2,35). Sum of RGB (Red+Green+Blue) = 80+2+35=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #500223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500223 is #AFFDDC. Grayscale: #1D1D1D. Windows color (decimal): -11533789 or 2294352. OLE color: 2294352.
HSL color Cylindrical-coordinate representation of color #500223: hue angle of 334.62º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500223 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 35 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.69 |
| HSL | 334.62º | 0.95% | 0.16% | - |
| HSV(B) | 334.62º | 0.98% | 0.31% | - |
| XYZ | 3.63 | 1.87 | 1.76 | - |
| YUV | 29.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 35 | 0 | 0.98 | 0.56 | 0.69 | 334.62 | 0.95 | 0.16 |
| Hex | 50 | 2 | 23 | 0 | 62 | 38 | 45 | 14F | 5F | 10 |
| Octal | 120 | 2 | 43 | 0 | 142 | 70 | 105 | 517 | 137 | 20 |
| Binary | 1010000 | 10 | 100011 | 0 | 1100010 | 111000 | 1000101 | 101001111 | 1011111 | 10000 |
Color Harmonies of #500223
Complementary color
Monochromatic Colors of #500223
Black with #500223
Text Example
Text Example
White with #500223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500223; }
p { color: rgb(80,2,35); }
H1.HeaderClassName
{
color: #500223;
}
.AnyTagClassName
{
color: #500223;
}
</style>
background-color css
<style>
a { background-color: #500223; }
a { background-color: rgb(80,2,35); }
div.DivClassName
{
background-color: #500223;
}
.BgClassName
{
background-color: #500223;
}
</style>
border-color css
<style>
span { border-color: #500223; }
span { border-color: rgb(80,2,35); }
td.TdClassName
{
border-color: #500223;
}
.TagClassName
{
border-color: #500223;
}
</style>