Shades of Blackberry #530022
Tints of Blackberry #530022
RGB
CMYK
RGB Variations
Color information
#530022 (or 0x530022) is known color: Blackberry. HEX triplet: 53, 00 and 22. RGB value is (83,0,34). Sum of RGB (Red+Green+Blue) = 83+0+34=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 34 (13.67% from 255 or 29.06% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #530022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530022 is #ACFFDD. Grayscale: #1C1C1C. Windows color (decimal): -11337694 or 2228307. OLE color: 2228307.
HSL color Cylindrical-coordinate representation of color #530022: hue angle of 335.42º 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 #530022 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.59 | 0.67 |
| HSL | 335.42º | 1% | 0.16% | - |
| HSV(B) | 335.42º | 1% | 0.33% | - |
| XYZ | 3.86 | 1.95 | 1.69 | - |
| YUV | 28.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 34 | 0 | 1 | 0.59 | 0.67 | 335.42 | 1 | 0.16 |
| Hex | 53 | 0 | 22 | 0 | 64 | 3B | 43 | 14F | 64 | 10 |
| Octal | 123 | 0 | 42 | 0 | 144 | 73 | 103 | 517 | 144 | 20 |
| Binary | 1010011 | 0 | 100010 | 0 | 1100100 | 111011 | 1000011 | 101001111 | 1100100 | 10000 |
Color Harmonies of #530022
Complementary color
Monochromatic Colors of #530022
Black with #530022
Text Example
Text Example
White with #530022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530022; }
p { color: rgb(83,0,34); }
H1.HeaderClassName
{
color: #530022;
}
.AnyTagClassName
{
color: #530022;
}
</style>
background-color css
<style>
a { background-color: #530022; }
a { background-color: rgb(83,0,34); }
div.DivClassName
{
background-color: #530022;
}
.BgClassName
{
background-color: #530022;
}
</style>
border-color css
<style>
span { border-color: #530022; }
span { border-color: rgb(83,0,34); }
td.TdClassName
{
border-color: #530022;
}
.TagClassName
{
border-color: #530022;
}
</style>