Shades of Blackberry #530127
Tints of Blackberry #530127
RGB
CMYK
RGB Variations
Color information
#530127 (or 0x530127) is known color: Blackberry. HEX triplet: 53, 01 and 27. RGB value is (83,1,39). Sum of RGB (Red+Green+Blue) = 83+1+39=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #530127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530127 is #ACFED8. Grayscale: #1D1D1D. Windows color (decimal): -11337433 or 2556243. OLE color: 2556243.
HSL color Cylindrical-coordinate representation of color #530127: hue angle of 332.2º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530127 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.67 |
| HSL | 332.2º | 0.98% | 0.16% | - |
| HSV(B) | 332.2º | 0.99% | 0.33% | - |
| XYZ | 3.94 | 2.01 | 2.1 | - |
| YUV | 29.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 39 | 0 | 0.99 | 0.53 | 0.67 | 332.2 | 0.98 | 0.16 |
| Hex | 53 | 1 | 27 | 0 | 63 | 35 | 43 | 14C | 62 | 10 |
| Octal | 123 | 1 | 47 | 0 | 143 | 65 | 103 | 514 | 142 | 20 |
| Binary | 1010011 | 1 | 100111 | 0 | 1100011 | 110101 | 1000011 | 101001100 | 1100010 | 10000 |
Color Harmonies of #530127
Complementary color
Monochromatic Colors of #530127
Black with #530127
Text Example
Text Example
White with #530127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530127; }
p { color: rgb(83,1,39); }
H1.HeaderClassName
{
color: #530127;
}
.AnyTagClassName
{
color: #530127;
}
</style>
background-color css
<style>
a { background-color: #530127; }
a { background-color: rgb(83,1,39); }
div.DivClassName
{
background-color: #530127;
}
.BgClassName
{
background-color: #530127;
}
</style>
border-color css
<style>
span { border-color: #530127; }
span { border-color: rgb(83,1,39); }
td.TdClassName
{
border-color: #530127;
}
.TagClassName
{
border-color: #530127;
}
</style>