Shades of Blackberry #500026
Tints of Blackberry #500026
RGB
CMYK
RGB Variations
Color information
#500026 (or 0x500026) is known color: Blackberry. HEX triplet: 50, 00 and 26. RGB value is (80,0,38). Sum of RGB (Red+Green+Blue) = 80+0+38=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #500026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500026 is #AFFFD9. Grayscale: #1C1C1C. Windows color (decimal): -11534298 or 2490448. OLE color: 2490448.
HSL color Cylindrical-coordinate representation of color #500026: hue angle of 331.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500026 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.52 | 0.69 |
| HSL | 331.5º | 1% | 0.16% | - |
| HSV(B) | 331.5º | 1% | 0.31% | - |
| XYZ | 3.66 | 1.85 | 2 | - |
| YUV | 28.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 38 | 0 | 1 | 0.52 | 0.69 | 331.5 | 1 | 0.16 |
| Hex | 50 | 0 | 26 | 0 | 64 | 34 | 45 | 14C | 64 | 10 |
| Octal | 120 | 0 | 46 | 0 | 144 | 64 | 105 | 514 | 144 | 20 |
| Binary | 1010000 | 0 | 100110 | 0 | 1100100 | 110100 | 1000101 | 101001100 | 1100100 | 10000 |
Color Harmonies of #500026
Complementary color
Monochromatic Colors of #500026
Black with #500026
Text Example
Text Example
White with #500026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500026; }
p { color: rgb(80,0,38); }
H1.HeaderClassName
{
color: #500026;
}
.AnyTagClassName
{
color: #500026;
}
</style>
background-color css
<style>
a { background-color: #500026; }
a { background-color: rgb(80,0,38); }
div.DivClassName
{
background-color: #500026;
}
.BgClassName
{
background-color: #500026;
}
</style>
border-color css
<style>
span { border-color: #500026; }
span { border-color: rgb(80,0,38); }
td.TdClassName
{
border-color: #500026;
}
.TagClassName
{
border-color: #500026;
}
</style>