Shades of Blackberry #530F39
Tints of Blackberry #530F39
RGB
CMYK
RGB Variations
Color information
#530F39 (or 0x530F39) is known color: Blackberry. HEX triplet: 53, 0F and 39. RGB value is (83,15,57). Sum of RGB (Red+Green+Blue) = 83+15+57=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530F39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F39 is #ACF0C6. Grayscale: #282828. Windows color (decimal): -11333831 or 3739475. OLE color: 3739475.
HSL color Cylindrical-coordinate representation of color #530F39: hue angle of 322.94º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #530F39 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 57 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.67 |
| HSL | 322.94º | 0.69% | 0.19% | - |
| HSV(B) | 322.94º | 0.82% | 0.33% | - |
| XYZ | 4.48 | 2.48 | 4.11 | - |
| YUV | 40.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 57 | 0 | 0.82 | 0.31 | 0.67 | 322.94 | 0.69 | 0.19 |
| Hex | 53 | F | 39 | 0 | 52 | 1F | 43 | 143 | 45 | 13 |
| Octal | 123 | 17 | 71 | 0 | 122 | 37 | 103 | 503 | 105 | 23 |
| Binary | 1010011 | 1111 | 111001 | 0 | 1010010 | 11111 | 1000011 | 101000011 | 1000101 | 10011 |
Color Harmonies of #530F39
Complementary color
Monochromatic Colors of #530F39
Black with #530F39
Text Example
Text Example
White with #530F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F39; }
p { color: rgb(83,15,57); }
H1.HeaderClassName
{
color: #530F39;
}
.AnyTagClassName
{
color: #530F39;
}
</style>
background-color css
<style>
a { background-color: #530F39; }
a { background-color: rgb(83,15,57); }
div.DivClassName
{
background-color: #530F39;
}
.BgClassName
{
background-color: #530F39;
}
</style>
border-color css
<style>
span { border-color: #530F39; }
span { border-color: rgb(83,15,57); }
td.TdClassName
{
border-color: #530F39;
}
.TagClassName
{
border-color: #530F39;
}
</style>