Shades of Blackberry #5A1433
Tints of Blackberry #5A1433
RGB
CMYK
RGB Variations
Color information
#5A1433 (or 0x5A1433) is known color: Blackberry. HEX triplet: 5A, 14 and 33. RGB value is (90,20,51). Sum of RGB (Red+Green+Blue) = 90+20+51=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1433 is #A5EBCC. Grayscale: #2C2C2C. Windows color (decimal): -10873805 or 3347546. OLE color: 3347546.
HSL color Cylindrical-coordinate representation of color #5A1433: hue angle of 333.43º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A1433 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 20 | 51 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.65 |
| HSL | 333.43º | 0.64% | 0.22% | - |
| HSV(B) | 333.43º | 0.78% | 0.35% | - |
| XYZ | 5.06 | 2.91 | 3.43 | - |
| YUV | 44.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 51 | 0 | 0.78 | 0.43 | 0.65 | 333.43 | 0.64 | 0.22 |
| Hex | 5A | 14 | 33 | 0 | 4E | 2B | 41 | 14D | 40 | 16 |
| Octal | 132 | 24 | 63 | 0 | 116 | 53 | 101 | 515 | 100 | 26 |
| Binary | 1011010 | 10100 | 110011 | 0 | 1001110 | 101011 | 1000001 | 101001101 | 1000000 | 10110 |
Color Harmonies of #5A1433
Complementary color
Monochromatic Colors of #5A1433
Black with #5A1433
Text Example
Text Example
White with #5A1433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1433; }
p { color: rgb(90,20,51); }
H1.HeaderClassName
{
color: #5A1433;
}
.AnyTagClassName
{
color: #5A1433;
}
</style>
background-color css
<style>
a { background-color: #5A1433; }
a { background-color: rgb(90,20,51); }
div.DivClassName
{
background-color: #5A1433;
}
.BgClassName
{
background-color: #5A1433;
}
</style>
border-color css
<style>
span { border-color: #5A1433; }
span { border-color: rgb(90,20,51); }
td.TdClassName
{
border-color: #5A1433;
}
.TagClassName
{
border-color: #5A1433;
}
</style>