Shades of Blackberry #530F3A
Tints of Blackberry #530F3A
RGB
CMYK
RGB Variations
Color information
#530F3A (or 0x530F3A) is known color: Blackberry. HEX triplet: 53, 0F and 3A. RGB value is (83,15,58). Sum of RGB (Red+Green+Blue) = 83+15+58=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #530F3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F3A is #ACF0C5. Grayscale: #282828. Windows color (decimal): -11333830 or 3805011. OLE color: 3805011.
HSL color Cylindrical-coordinate representation of color #530F3A: hue angle of 322.06º 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 #530F3A is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 58 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.67 |
| HSL | 322.06º | 0.69% | 0.19% | - |
| HSV(B) | 322.06º | 0.82% | 0.33% | - |
| XYZ | 4.5 | 2.49 | 4.25 | - |
| YUV | 40.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 58 | 0 | 0.82 | 0.30 | 0.67 | 322.06 | 0.69 | 0.19 |
| Hex | 53 | F | 3A | 0 | 52 | 1E | 43 | 142 | 45 | 13 |
| Octal | 123 | 17 | 72 | 0 | 122 | 36 | 103 | 502 | 105 | 23 |
| Binary | 1010011 | 1111 | 111010 | 0 | 1010010 | 11110 | 1000011 | 101000010 | 1000101 | 10011 |
Color Harmonies of #530F3A
Complementary color
Monochromatic Colors of #530F3A
Black with #530F3A
Text Example
Text Example
White with #530F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F3A; }
p { color: rgb(83,15,58); }
H1.HeaderClassName
{
color: #530F3A;
}
.AnyTagClassName
{
color: #530F3A;
}
</style>
background-color css
<style>
a { background-color: #530F3A; }
a { background-color: rgb(83,15,58); }
div.DivClassName
{
background-color: #530F3A;
}
.BgClassName
{
background-color: #530F3A;
}
</style>
border-color css
<style>
span { border-color: #530F3A; }
span { border-color: rgb(83,15,58); }
td.TdClassName
{
border-color: #530F3A;
}
.TagClassName
{
border-color: #530F3A;
}
</style>