Shades of Blackberry #5A0F2D
Tints of Blackberry #5A0F2D
RGB
CMYK
RGB Variations
Color information
#5A0F2D (or 0x5A0F2D) is known color: Blackberry. HEX triplet: 5A, 0F and 2D. RGB value is (90,15,45). Sum of RGB (Red+Green+Blue) = 90+15+45=150 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0F2D is #A5F0D2. Grayscale: #282828. Windows color (decimal): -10875091 or 2953050. OLE color: 2953050.
HSL color Cylindrical-coordinate representation of color #5A0F2D: hue angle of 336º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A0F2D is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 15 | 45 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.65 |
| HSL | 336º | 0.71% | 0.21% | - |
| HSV(B) | 336º | 0.83% | 0.35% | - |
| XYZ | 4.86 | 2.7 | 2.75 | - |
| YUV | 40.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 15 | 45 | 0 | 0.83 | 0.50 | 0.65 | 336 | 0.71 | 0.21 |
| Hex | 5A | F | 2D | 0 | 53 | 32 | 41 | 150 | 47 | 15 |
| Octal | 132 | 17 | 55 | 0 | 123 | 62 | 101 | 520 | 107 | 25 |
| Binary | 1011010 | 1111 | 101101 | 0 | 1010011 | 110010 | 1000001 | 101010000 | 1000111 | 10101 |
Color Harmonies of #5A0F2D
Complementary color
Monochromatic Colors of #5A0F2D
Black with #5A0F2D
Text Example
Text Example
White with #5A0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0F2D; }
p { color: rgb(90,15,45); }
H1.HeaderClassName
{
color: #5A0F2D;
}
.AnyTagClassName
{
color: #5A0F2D;
}
</style>
background-color css
<style>
a { background-color: #5A0F2D; }
a { background-color: rgb(90,15,45); }
div.DivClassName
{
background-color: #5A0F2D;
}
.BgClassName
{
background-color: #5A0F2D;
}
</style>
border-color css
<style>
span { border-color: #5A0F2D; }
span { border-color: rgb(90,15,45); }
td.TdClassName
{
border-color: #5A0F2D;
}
.TagClassName
{
border-color: #5A0F2D;
}
</style>