Shades of Blackberry #530A32
Tints of Blackberry #530A32
RGB
CMYK
RGB Variations
Color information
#530A32 (or 0x530A32) is known color: Blackberry. HEX triplet: 53, 0A and 32. RGB value is (83,10,50). Sum of RGB (Red+Green+Blue) = 83+10+50=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #530A32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A32 is #ACF5CD. Grayscale: #242424. Windows color (decimal): -11335118 or 3279443. OLE color: 3279443.
HSL color Cylindrical-coordinate representation of color #530A32: hue angle of 327.12º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A32 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 10 | 50 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.67 |
| HSL | 327.12º | 0.78% | 0.18% | - |
| HSV(B) | 327.12º | 0.88% | 0.33% | - |
| XYZ | 4.25 | 2.29 | 3.23 | - |
| YUV | 36.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 50 | 0 | 0.88 | 0.40 | 0.67 | 327.12 | 0.78 | 0.18 |
| Hex | 53 | A | 32 | 0 | 58 | 28 | 43 | 147 | 4E | 12 |
| Octal | 123 | 12 | 62 | 0 | 130 | 50 | 103 | 507 | 116 | 22 |
| Binary | 1010011 | 1010 | 110010 | 0 | 1011000 | 101000 | 1000011 | 101000111 | 1001110 | 10010 |
Color Harmonies of #530A32
Complementary color
Monochromatic Colors of #530A32
Black with #530A32
Text Example
Text Example
White with #530A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A32; }
p { color: rgb(83,10,50); }
H1.HeaderClassName
{
color: #530A32;
}
.AnyTagClassName
{
color: #530A32;
}
</style>
background-color css
<style>
a { background-color: #530A32; }
a { background-color: rgb(83,10,50); }
div.DivClassName
{
background-color: #530A32;
}
.BgClassName
{
background-color: #530A32;
}
</style>
border-color css
<style>
span { border-color: #530A32; }
span { border-color: rgb(83,10,50); }
td.TdClassName
{
border-color: #530A32;
}
.TagClassName
{
border-color: #530A32;
}
</style>