Shades of Blackberry #500425
Tints of Blackberry #500425
RGB
CMYK
RGB Variations
Color information
#500425 (or 0x500425) is known color: Blackberry. HEX triplet: 50, 04 and 25. RGB value is (80,4,37). Sum of RGB (Red+Green+Blue) = 80+4+37=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #500425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500425 is #AFFBDA. Grayscale: #1E1E1E. Windows color (decimal): -11533275 or 2425936. OLE color: 2425936.
HSL color Cylindrical-coordinate representation of color #500425: hue angle of 333.95º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500425 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 4 | 37 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.69 |
| HSL | 333.95º | 0.9% | 0.16% | - |
| HSV(B) | 333.95º | 0.95% | 0.31% | - |
| XYZ | 3.69 | 1.93 | 1.93 | - |
| YUV | 30.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 37 | 0 | 0.95 | 0.54 | 0.69 | 333.95 | 0.9 | 0.16 |
| Hex | 50 | 4 | 25 | 0 | 5F | 36 | 45 | 14E | 5A | 10 |
| Octal | 120 | 4 | 45 | 0 | 137 | 66 | 105 | 516 | 132 | 20 |
| Binary | 1010000 | 100 | 100101 | 0 | 1011111 | 110110 | 1000101 | 101001110 | 1011010 | 10000 |
Color Harmonies of #500425
Complementary color
Monochromatic Colors of #500425
Black with #500425
Text Example
Text Example
White with #500425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500425; }
p { color: rgb(80,4,37); }
H1.HeaderClassName
{
color: #500425;
}
.AnyTagClassName
{
color: #500425;
}
</style>
background-color css
<style>
a { background-color: #500425; }
a { background-color: rgb(80,4,37); }
div.DivClassName
{
background-color: #500425;
}
.BgClassName
{
background-color: #500425;
}
</style>
border-color css
<style>
span { border-color: #500425; }
span { border-color: rgb(80,4,37); }
td.TdClassName
{
border-color: #500425;
}
.TagClassName
{
border-color: #500425;
}
</style>