Shades of Blackberry #500D27
Tints of Blackberry #500D27
RGB
CMYK
RGB Variations
Color information
#500D27 (or 0x500D27) is known color: Blackberry. HEX triplet: 50, 0D and 27. RGB value is (80,13,39). Sum of RGB (Red+Green+Blue) = 80+13+39=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #500D27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D27 is #AFF2D8. Grayscale: #232323. Windows color (decimal): -11530969 or 2559312. OLE color: 2559312.
HSL color Cylindrical-coordinate representation of color #500D27: hue angle of 336.72º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500D27 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 13 | 39 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.69 |
| HSL | 336.72º | 0.72% | 0.18% | - |
| HSV(B) | 336.72º | 0.84% | 0.31% | - |
| XYZ | 3.82 | 2.14 | 2.13 | - |
| YUV | 36 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 39 | 0 | 0.84 | 0.51 | 0.69 | 336.72 | 0.72 | 0.18 |
| Hex | 50 | D | 27 | 0 | 54 | 33 | 45 | 151 | 48 | 12 |
| Octal | 120 | 15 | 47 | 0 | 124 | 63 | 105 | 521 | 110 | 22 |
| Binary | 1010000 | 1101 | 100111 | 0 | 1010100 | 110011 | 1000101 | 101010001 | 1001000 | 10010 |
Color Harmonies of #500D27
Complementary color
Monochromatic Colors of #500D27
Black with #500D27
Text Example
Text Example
White with #500D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D27; }
p { color: rgb(80,13,39); }
H1.HeaderClassName
{
color: #500D27;
}
.AnyTagClassName
{
color: #500D27;
}
</style>
background-color css
<style>
a { background-color: #500D27; }
a { background-color: rgb(80,13,39); }
div.DivClassName
{
background-color: #500D27;
}
.BgClassName
{
background-color: #500D27;
}
</style>
border-color css
<style>
span { border-color: #500D27; }
span { border-color: rgb(80,13,39); }
td.TdClassName
{
border-color: #500D27;
}
.TagClassName
{
border-color: #500D27;
}
</style>