Shades of Blackberry #530A28
Tints of Blackberry #530A28
RGB
CMYK
RGB Variations
Color information
#530A28 (or 0x530A28) is known color: Blackberry. HEX triplet: 53, 0A and 28. RGB value is (83,10,40). Sum of RGB (Red+Green+Blue) = 83+10+40=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #530A28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A28 is #ACF5D7. Grayscale: #232323. Windows color (decimal): -11335128 or 2624083. OLE color: 2624083.
HSL color Cylindrical-coordinate representation of color #530A28: hue angle of 335.34º 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 #530A28 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 10 | 40 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.67 |
| HSL | 335.34º | 0.78% | 0.18% | - |
| HSV(B) | 335.34º | 0.88% | 0.33% | - |
| XYZ | 4.06 | 2.21 | 2.22 | - |
| YUV | 35.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 40 | 0 | 0.88 | 0.52 | 0.67 | 335.34 | 0.78 | 0.18 |
| Hex | 53 | A | 28 | 0 | 58 | 34 | 43 | 14F | 4E | 12 |
| Octal | 123 | 12 | 50 | 0 | 130 | 64 | 103 | 517 | 116 | 22 |
| Binary | 1010011 | 1010 | 101000 | 0 | 1011000 | 110100 | 1000011 | 101001111 | 1001110 | 10010 |
Color Harmonies of #530A28
Complementary color
Monochromatic Colors of #530A28
Black with #530A28
Text Example
Text Example
White with #530A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A28; }
p { color: rgb(83,10,40); }
H1.HeaderClassName
{
color: #530A28;
}
.AnyTagClassName
{
color: #530A28;
}
</style>
background-color css
<style>
a { background-color: #530A28; }
a { background-color: rgb(83,10,40); }
div.DivClassName
{
background-color: #530A28;
}
.BgClassName
{
background-color: #530A28;
}
</style>
border-color css
<style>
span { border-color: #530A28; }
span { border-color: rgb(83,10,40); }
td.TdClassName
{
border-color: #530A28;
}
.TagClassName
{
border-color: #530A28;
}
</style>