Shades of Blackberry #530428
Tints of Blackberry #530428
RGB
CMYK
RGB Variations
Color information
#530428 (or 0x530428) is known color: Blackberry. HEX triplet: 53, 04 and 28. RGB value is (83,4,40). Sum of RGB (Red+Green+Blue) = 83+4+40=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #530428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530428 is #ACFBD7. Grayscale: #1F1F1F. Windows color (decimal): -11336664 or 2622547. OLE color: 2622547.
HSL color Cylindrical-coordinate representation of color #530428: hue angle of 332.66º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530428 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 4 | 40 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.67 |
| HSL | 332.66º | 0.91% | 0.17% | - |
| HSV(B) | 332.66º | 0.95% | 0.33% | - |
| XYZ | 3.99 | 2.08 | 2.2 | - |
| YUV | 31.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 4 | 40 | 0 | 0.95 | 0.52 | 0.67 | 332.66 | 0.91 | 0.17 |
| Hex | 53 | 4 | 28 | 0 | 5F | 34 | 43 | 14D | 5B | 11 |
| Octal | 123 | 4 | 50 | 0 | 137 | 64 | 103 | 515 | 133 | 21 |
| Binary | 1010011 | 100 | 101000 | 0 | 1011111 | 110100 | 1000011 | 101001101 | 1011011 | 10001 |
Color Harmonies of #530428
Complementary color
Monochromatic Colors of #530428
Black with #530428
Text Example
Text Example
White with #530428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530428; }
p { color: rgb(83,4,40); }
H1.HeaderClassName
{
color: #530428;
}
.AnyTagClassName
{
color: #530428;
}
</style>
background-color css
<style>
a { background-color: #530428; }
a { background-color: rgb(83,4,40); }
div.DivClassName
{
background-color: #530428;
}
.BgClassName
{
background-color: #530428;
}
</style>
border-color css
<style>
span { border-color: #530428; }
span { border-color: rgb(83,4,40); }
td.TdClassName
{
border-color: #530428;
}
.TagClassName
{
border-color: #530428;
}
</style>