Shades of Blackberry #501B34
Tints of Blackberry #501B34
RGB
CMYK
RGB Variations
Color information
#501B34 (or 0x501B34) is known color: Blackberry. HEX triplet: 50, 1B and 34. RGB value is (80,27,52). Sum of RGB (Red+Green+Blue) = 80+27+52=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #501B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B34 is #AFE4CB. Grayscale: #2D2D2D. Windows color (decimal): -11527372 or 3414864. OLE color: 3414864.
HSL color Cylindrical-coordinate representation of color #501B34: hue angle of 331.7º 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 #501B34 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 52 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.69 |
| HSL | 331.7º | 0.5% | 0.21% | - |
| HSV(B) | 331.7º | 0.66% | 0.31% | - |
| XYZ | 4.32 | 2.74 | 3.55 | - |
| YUV | 45.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 52 | 0 | 0.66 | 0.35 | 0.69 | 331.7 | 0.5 | 0.21 |
| Hex | 50 | 1B | 34 | 0 | 42 | 23 | 45 | 14C | 32 | 15 |
| Octal | 120 | 33 | 64 | 0 | 102 | 43 | 105 | 514 | 62 | 25 |
| Binary | 1010000 | 11011 | 110100 | 0 | 1000010 | 100011 | 1000101 | 101001100 | 110010 | 10101 |
Color Harmonies of #501B34
Complementary color
Monochromatic Colors of #501B34
Black with #501B34
Text Example
Text Example
White with #501B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B34; }
p { color: rgb(80,27,52); }
H1.HeaderClassName
{
color: #501B34;
}
.AnyTagClassName
{
color: #501B34;
}
</style>
background-color css
<style>
a { background-color: #501B34; }
a { background-color: rgb(80,27,52); }
div.DivClassName
{
background-color: #501B34;
}
.BgClassName
{
background-color: #501B34;
}
</style>
border-color css
<style>
span { border-color: #501B34; }
span { border-color: rgb(80,27,52); }
td.TdClassName
{
border-color: #501B34;
}
.TagClassName
{
border-color: #501B34;
}
</style>