Shades of Blackberry #501B3F
Tints of Blackberry #501B3F
RGB
CMYK
RGB Variations
Color information
#501B3F (or 0x501B3F) is known color: Blackberry. HEX triplet: 50, 1B and 3F. RGB value is (80,27,63). Sum of RGB (Red+Green+Blue) = 80+27+63=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B3F is #AFE4C0. Grayscale: #2E2E2E. Windows color (decimal): -11527361 or 4135760. OLE color: 4135760.
HSL color Cylindrical-coordinate representation of color #501B3F: hue angle of 319.25º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501B3F is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 63 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.69 |
| HSL | 319.25º | 0.5% | 0.21% | - |
| HSV(B) | 319.25º | 0.66% | 0.31% | - |
| XYZ | 4.6 | 2.85 | 5.01 | - |
| YUV | 46.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 63 | 0 | 0.66 | 0.21 | 0.69 | 319.25 | 0.5 | 0.21 |
| Hex | 50 | 1B | 3F | 0 | 42 | 15 | 45 | 13F | 32 | 15 |
| Octal | 120 | 33 | 77 | 0 | 102 | 25 | 105 | 477 | 62 | 25 |
| Binary | 1010000 | 11011 | 111111 | 0 | 1000010 | 10101 | 1000101 | 100111111 | 110010 | 10101 |
Color Harmonies of #501B3F
Complementary color
Monochromatic Colors of #501B3F
Black with #501B3F
Text Example
Text Example
White with #501B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B3F; }
p { color: rgb(80,27,63); }
H1.HeaderClassName
{
color: #501B3F;
}
.AnyTagClassName
{
color: #501B3F;
}
</style>
background-color css
<style>
a { background-color: #501B3F; }
a { background-color: rgb(80,27,63); }
div.DivClassName
{
background-color: #501B3F;
}
.BgClassName
{
background-color: #501B3F;
}
</style>
border-color css
<style>
span { border-color: #501B3F; }
span { border-color: rgb(80,27,63); }
td.TdClassName
{
border-color: #501B3F;
}
.TagClassName
{
border-color: #501B3F;
}
</style>