Shades of Blackberry #530A2A
Tints of Blackberry #530A2A
RGB
CMYK
RGB Variations
Color information
#530A2A (or 0x530A2A) is known color: Blackberry. HEX triplet: 53, 0A and 2A. RGB value is (83,10,42). Sum of RGB (Red+Green+Blue) = 83+10+42=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #530A2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A2A is #ACF5D5. Grayscale: #232323. Windows color (decimal): -11335126 or 2755155. OLE color: 2755155.
HSL color Cylindrical-coordinate representation of color #530A2A: hue angle of 333.7º 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 #530A2A is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 10 | 42 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.67 |
| HSL | 333.7º | 0.78% | 0.18% | - |
| HSV(B) | 333.7º | 0.88% | 0.33% | - |
| XYZ | 4.09 | 2.22 | 2.4 | - |
| YUV | 35.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 42 | 0 | 0.88 | 0.49 | 0.67 | 333.7 | 0.78 | 0.18 |
| Hex | 53 | A | 2A | 0 | 58 | 31 | 43 | 14E | 4E | 12 |
| Octal | 123 | 12 | 52 | 0 | 130 | 61 | 103 | 516 | 116 | 22 |
| Binary | 1010011 | 1010 | 101010 | 0 | 1011000 | 110001 | 1000011 | 101001110 | 1001110 | 10010 |
Color Harmonies of #530A2A
Complementary color
Monochromatic Colors of #530A2A
Black with #530A2A
Text Example
Text Example
White with #530A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A2A; }
p { color: rgb(83,10,42); }
H1.HeaderClassName
{
color: #530A2A;
}
.AnyTagClassName
{
color: #530A2A;
}
</style>
background-color css
<style>
a { background-color: #530A2A; }
a { background-color: rgb(83,10,42); }
div.DivClassName
{
background-color: #530A2A;
}
.BgClassName
{
background-color: #530A2A;
}
</style>
border-color css
<style>
span { border-color: #530A2A; }
span { border-color: rgb(83,10,42); }
td.TdClassName
{
border-color: #530A2A;
}
.TagClassName
{
border-color: #530A2A;
}
</style>