Shades of Blackberry #530021
Tints of Blackberry #530021
RGB
CMYK
RGB Variations
Color information
#530021 (or 0x530021) is known color: Blackberry. HEX triplet: 53, 00 and 21. RGB value is (83,0,33). Sum of RGB (Red+Green+Blue) = 83+0+33=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #530021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530021 is #ACFFDE. Grayscale: #1C1C1C. Windows color (decimal): -11337695 or 2162771. OLE color: 2162771.
HSL color Cylindrical-coordinate representation of color #530021: hue angle of 336.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530021 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.60 | 0.67 |
| HSL | 336.14º | 1% | 0.16% | - |
| HSV(B) | 336.14º | 1% | 0.33% | - |
| XYZ | 3.84 | 1.95 | 1.61 | - |
| YUV | 28.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 33 | 0 | 1 | 0.60 | 0.67 | 336.14 | 1 | 0.16 |
| Hex | 53 | 0 | 21 | 0 | 64 | 3C | 43 | 150 | 64 | 10 |
| Octal | 123 | 0 | 41 | 0 | 144 | 74 | 103 | 520 | 144 | 20 |
| Binary | 1010011 | 0 | 100001 | 0 | 1100100 | 111100 | 1000011 | 101010000 | 1100100 | 10000 |
Color Harmonies of #530021
Complementary color
Monochromatic Colors of #530021
Black with #530021
Text Example
Text Example
White with #530021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530021; }
p { color: rgb(83,0,33); }
H1.HeaderClassName
{
color: #530021;
}
.AnyTagClassName
{
color: #530021;
}
</style>
background-color css
<style>
a { background-color: #530021; }
a { background-color: rgb(83,0,33); }
div.DivClassName
{
background-color: #530021;
}
.BgClassName
{
background-color: #530021;
}
</style>
border-color css
<style>
span { border-color: #530021; }
span { border-color: rgb(83,0,33); }
td.TdClassName
{
border-color: #530021;
}
.TagClassName
{
border-color: #530021;
}
</style>