Shades of Blackberry #501B3C
Tints of Blackberry #501B3C
RGB
CMYK
RGB Variations
Color information
#501B3C (or 0x501B3C) is known color: Blackberry. HEX triplet: 50, 1B and 3C. RGB value is (80,27,60). Sum of RGB (Red+Green+Blue) = 80+27+60=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #501B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B3C is #AFE4C3. Grayscale: #2E2E2E. Windows color (decimal): -11527364 or 3939152. OLE color: 3939152.
HSL color Cylindrical-coordinate representation of color #501B3C: hue angle of 322.64º 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 #501B3C is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 60 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.69 |
| HSL | 322.64º | 0.5% | 0.21% | - |
| HSV(B) | 322.64º | 0.66% | 0.31% | - |
| XYZ | 4.52 | 2.82 | 4.58 | - |
| YUV | 46.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 60 | 0 | 0.66 | 0.25 | 0.69 | 322.64 | 0.5 | 0.21 |
| Hex | 50 | 1B | 3C | 0 | 42 | 19 | 45 | 143 | 32 | 15 |
| Octal | 120 | 33 | 74 | 0 | 102 | 31 | 105 | 503 | 62 | 25 |
| Binary | 1010000 | 11011 | 111100 | 0 | 1000010 | 11001 | 1000101 | 101000011 | 110010 | 10101 |
Color Harmonies of #501B3C
Complementary color
Monochromatic Colors of #501B3C
Black with #501B3C
Text Example
Text Example
White with #501B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B3C; }
p { color: rgb(80,27,60); }
H1.HeaderClassName
{
color: #501B3C;
}
.AnyTagClassName
{
color: #501B3C;
}
</style>
background-color css
<style>
a { background-color: #501B3C; }
a { background-color: rgb(80,27,60); }
div.DivClassName
{
background-color: #501B3C;
}
.BgClassName
{
background-color: #501B3C;
}
</style>
border-color css
<style>
span { border-color: #501B3C; }
span { border-color: rgb(80,27,60); }
td.TdClassName
{
border-color: #501B3C;
}
.TagClassName
{
border-color: #501B3C;
}
</style>