Shades of Blackberry #5A112F
Tints of Blackberry #5A112F
RGB
CMYK
RGB Variations
Color information
#5A112F (or 0x5A112F) is known color: Blackberry. HEX triplet: 5A, 11 and 2F. RGB value is (90,17,47). Sum of RGB (Red+Green+Blue) = 90+17+47=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A112F is #A5EED0. Grayscale: #2A2A2A. Windows color (decimal): -10874577 or 3084634. OLE color: 3084634.
HSL color Cylindrical-coordinate representation of color #5A112F: hue angle of 335.34º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A112F is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 47 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.65 |
| HSL | 335.34º | 0.68% | 0.21% | - |
| HSV(B) | 335.34º | 0.81% | 0.35% | - |
| XYZ | 4.93 | 2.78 | 2.97 | - |
| YUV | 42.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 47 | 0 | 0.81 | 0.48 | 0.65 | 335.34 | 0.68 | 0.21 |
| Hex | 5A | 11 | 2F | 0 | 51 | 30 | 41 | 14F | 44 | 15 |
| Octal | 132 | 21 | 57 | 0 | 121 | 60 | 101 | 517 | 104 | 25 |
| Binary | 1011010 | 10001 | 101111 | 0 | 1010001 | 110000 | 1000001 | 101001111 | 1000100 | 10101 |
Color Harmonies of #5A112F
Complementary color
Monochromatic Colors of #5A112F
Black with #5A112F
Text Example
Text Example
White with #5A112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A112F; }
p { color: rgb(90,17,47); }
H1.HeaderClassName
{
color: #5A112F;
}
.AnyTagClassName
{
color: #5A112F;
}
</style>
background-color css
<style>
a { background-color: #5A112F; }
a { background-color: rgb(90,17,47); }
div.DivClassName
{
background-color: #5A112F;
}
.BgClassName
{
background-color: #5A112F;
}
</style>
border-color css
<style>
span { border-color: #5A112F; }
span { border-color: rgb(90,17,47); }
td.TdClassName
{
border-color: #5A112F;
}
.TagClassName
{
border-color: #5A112F;
}
</style>