Shades of Blackberry #530224
Tints of Blackberry #530224
RGB
CMYK
RGB Variations
Color information
#530224 (or 0x530224) is known color: Blackberry. HEX triplet: 53, 02 and 24. RGB value is (83,2,36). Sum of RGB (Red+Green+Blue) = 83+2+36=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #530224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530224 is #ACFDDB. Grayscale: #1E1E1E. Windows color (decimal): -11337180 or 2359891. OLE color: 2359891.
HSL color Cylindrical-coordinate representation of color #530224: hue angle of 334.81º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530224 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 2 | 36 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.67 |
| HSL | 334.81º | 0.95% | 0.17% | - |
| HSV(B) | 334.81º | 0.98% | 0.33% | - |
| XYZ | 3.91 | 2.01 | 1.85 | - |
| YUV | 30.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 36 | 0 | 0.98 | 0.57 | 0.67 | 334.81 | 0.95 | 0.17 |
| Hex | 53 | 2 | 24 | 0 | 62 | 39 | 43 | 14F | 5F | 11 |
| Octal | 123 | 2 | 44 | 0 | 142 | 71 | 103 | 517 | 137 | 21 |
| Binary | 1010011 | 10 | 100100 | 0 | 1100010 | 111001 | 1000011 | 101001111 | 1011111 | 10001 |
Color Harmonies of #530224
Complementary color
Monochromatic Colors of #530224
Black with #530224
Text Example
Text Example
White with #530224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530224; }
p { color: rgb(83,2,36); }
H1.HeaderClassName
{
color: #530224;
}
.AnyTagClassName
{
color: #530224;
}
</style>
background-color css
<style>
a { background-color: #530224; }
a { background-color: rgb(83,2,36); }
div.DivClassName
{
background-color: #530224;
}
.BgClassName
{
background-color: #530224;
}
</style>
border-color css
<style>
span { border-color: #530224; }
span { border-color: rgb(83,2,36); }
td.TdClassName
{
border-color: #530224;
}
.TagClassName
{
border-color: #530224;
}
</style>