Shades of Blackberry #500123
Tints of Blackberry #500123
RGB
CMYK
RGB Variations
Color information
#500123 (or 0x500123) is known color: Blackberry. HEX triplet: 50, 01 and 23. RGB value is (80,1,35). Sum of RGB (Red+Green+Blue) = 80+1+35=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #500123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500123 is #AFFEDC. Grayscale: #1C1C1C. Windows color (decimal): -11534045 or 2294096. OLE color: 2294096.
HSL color Cylindrical-coordinate representation of color #500123: hue angle of 334.18º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500123 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.69 |
| HSL | 334.18º | 0.98% | 0.16% | - |
| HSV(B) | 334.18º | 0.99% | 0.31% | - |
| XYZ | 3.62 | 1.85 | 1.76 | - |
| YUV | 28.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 35 | 0 | 0.99 | 0.56 | 0.69 | 334.18 | 0.98 | 0.16 |
| Hex | 50 | 1 | 23 | 0 | 63 | 38 | 45 | 14E | 62 | 10 |
| Octal | 120 | 1 | 43 | 0 | 143 | 70 | 105 | 516 | 142 | 20 |
| Binary | 1010000 | 1 | 100011 | 0 | 1100011 | 111000 | 1000101 | 101001110 | 1100010 | 10000 |
Color Harmonies of #500123
Complementary color
Monochromatic Colors of #500123
Black with #500123
Text Example
Text Example
White with #500123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500123; }
p { color: rgb(80,1,35); }
H1.HeaderClassName
{
color: #500123;
}
.AnyTagClassName
{
color: #500123;
}
</style>
background-color css
<style>
a { background-color: #500123; }
a { background-color: rgb(80,1,35); }
div.DivClassName
{
background-color: #500123;
}
.BgClassName
{
background-color: #500123;
}
</style>
border-color css
<style>
span { border-color: #500123; }
span { border-color: rgb(80,1,35); }
td.TdClassName
{
border-color: #500123;
}
.TagClassName
{
border-color: #500123;
}
</style>