Shades of Blackberry #530D35
Tints of Blackberry #530D35
RGB
CMYK
RGB Variations
Color information
#530D35 (or 0x530D35) is known color: Blackberry. HEX triplet: 53, 0D and 35. RGB value is (83,13,53). Sum of RGB (Red+Green+Blue) = 83+13+53=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #530D35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D35 is #ACF2CA. Grayscale: #262626. Windows color (decimal): -11334347 or 3476819. OLE color: 3476819.
HSL color Cylindrical-coordinate representation of color #530D35: hue angle of 325.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D35 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 53 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.67 |
| HSL | 325.71º | 0.73% | 0.19% | - |
| HSV(B) | 325.71º | 0.84% | 0.33% | - |
| XYZ | 4.35 | 2.38 | 3.6 | - |
| YUV | 38.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 53 | 0 | 0.84 | 0.36 | 0.67 | 325.71 | 0.73 | 0.19 |
| Hex | 53 | D | 35 | 0 | 54 | 24 | 43 | 146 | 49 | 13 |
| Octal | 123 | 15 | 65 | 0 | 124 | 44 | 103 | 506 | 111 | 23 |
| Binary | 1010011 | 1101 | 110101 | 0 | 1010100 | 100100 | 1000011 | 101000110 | 1001001 | 10011 |
Color Harmonies of #530D35
Complementary color
Monochromatic Colors of #530D35
Black with #530D35
Text Example
Text Example
White with #530D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D35; }
p { color: rgb(83,13,53); }
H1.HeaderClassName
{
color: #530D35;
}
.AnyTagClassName
{
color: #530D35;
}
</style>
background-color css
<style>
a { background-color: #530D35; }
a { background-color: rgb(83,13,53); }
div.DivClassName
{
background-color: #530D35;
}
.BgClassName
{
background-color: #530D35;
}
</style>
border-color css
<style>
span { border-color: #530D35; }
span { border-color: rgb(83,13,53); }
td.TdClassName
{
border-color: #530D35;
}
.TagClassName
{
border-color: #530D35;
}
</style>