Shades of Blackberry #50102F
Tints of Blackberry #50102F
RGB
CMYK
RGB Variations
Color information
#50102F (or 0x50102F) is known color: Blackberry. HEX triplet: 50, 10 and 2F. RGB value is (80,16,47). Sum of RGB (Red+Green+Blue) = 80+16+47=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50102F is #AFEFD0. Grayscale: #262626. Windows color (decimal): -11530193 or 3084368. OLE color: 3084368.
HSL color Cylindrical-coordinate representation of color #50102F: hue angle of 330.94º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50102F is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 16 | 47 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.69 |
| HSL | 330.94º | 0.67% | 0.19% | - |
| HSV(B) | 330.94º | 0.8% | 0.31% | - |
| XYZ | 4.01 | 2.28 | 2.92 | - |
| YUV | 38.67 | 132.7 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 47 | 0 | 0.80 | 0.41 | 0.69 | 330.94 | 0.67 | 0.19 |
| Hex | 50 | 10 | 2F | 0 | 50 | 29 | 45 | 14B | 43 | 13 |
| Octal | 120 | 20 | 57 | 0 | 120 | 51 | 105 | 513 | 103 | 23 |
| Binary | 1010000 | 10000 | 101111 | 0 | 1010000 | 101001 | 1000101 | 101001011 | 1000011 | 10011 |
Color Harmonies of #50102F
Complementary color
Monochromatic Colors of #50102F
Black with #50102F
Text Example
Text Example
White with #50102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50102F; }
p { color: rgb(80,16,47); }
H1.HeaderClassName
{
color: #50102F;
}
.AnyTagClassName
{
color: #50102F;
}
</style>
background-color css
<style>
a { background-color: #50102F; }
a { background-color: rgb(80,16,47); }
div.DivClassName
{
background-color: #50102F;
}
.BgClassName
{
background-color: #50102F;
}
</style>
border-color css
<style>
span { border-color: #50102F; }
span { border-color: rgb(80,16,47); }
td.TdClassName
{
border-color: #50102F;
}
.TagClassName
{
border-color: #50102F;
}
</style>