Shades of Blackberry #530F31
Tints of Blackberry #530F31
RGB
CMYK
RGB Variations
Color information
#530F31 (or 0x530F31) is known color: Blackberry. HEX triplet: 53, 0F and 31. RGB value is (83,15,49). Sum of RGB (Red+Green+Blue) = 83+15+49=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #530F31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F31 is #ACF0CE. Grayscale: #272727. Windows color (decimal): -11333839 or 3215187. OLE color: 3215187.
HSL color Cylindrical-coordinate representation of color #530F31: hue angle of 330º 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 #530F31 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 49 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.67 |
| HSL | 330º | 0.69% | 0.19% | - |
| HSV(B) | 330º | 0.82% | 0.33% | - |
| XYZ | 4.29 | 2.4 | 3.14 | - |
| YUV | 39.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 49 | 0 | 0.82 | 0.41 | 0.67 | 330 | 0.69 | 0.19 |
| Hex | 53 | F | 31 | 0 | 52 | 29 | 43 | 14A | 45 | 13 |
| Octal | 123 | 17 | 61 | 0 | 122 | 51 | 103 | 512 | 105 | 23 |
| Binary | 1010011 | 1111 | 110001 | 0 | 1010010 | 101001 | 1000011 | 101001010 | 1000101 | 10011 |
Color Harmonies of #530F31
Complementary color
Monochromatic Colors of #530F31
Black with #530F31
Text Example
Text Example
White with #530F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F31; }
p { color: rgb(83,15,49); }
H1.HeaderClassName
{
color: #530F31;
}
.AnyTagClassName
{
color: #530F31;
}
</style>
background-color css
<style>
a { background-color: #530F31; }
a { background-color: rgb(83,15,49); }
div.DivClassName
{
background-color: #530F31;
}
.BgClassName
{
background-color: #530F31;
}
</style>
border-color css
<style>
span { border-color: #530F31; }
span { border-color: rgb(83,15,49); }
td.TdClassName
{
border-color: #530F31;
}
.TagClassName
{
border-color: #530F31;
}
</style>