Shades of Blackberry #530F30
Tints of Blackberry #530F30
RGB
CMYK
RGB Variations
Color information
#530F30 (or 0x530F30) is known color: Blackberry. HEX triplet: 53, 0F and 30. RGB value is (83,15,48). Sum of RGB (Red+Green+Blue) = 83+15+48=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #530F30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F30 is #ACF0CF. Grayscale: #272727. Windows color (decimal): -11333840 or 3149651. OLE color: 3149651.
HSL color Cylindrical-coordinate representation of color #530F30: hue angle of 330.88º 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 #530F30 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 48 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.67 |
| HSL | 330.88º | 0.69% | 0.19% | - |
| HSV(B) | 330.88º | 0.82% | 0.33% | - |
| XYZ | 4.27 | 2.39 | 3.03 | - |
| YUV | 39.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 48 | 0 | 0.82 | 0.42 | 0.67 | 330.88 | 0.69 | 0.19 |
| Hex | 53 | F | 30 | 0 | 52 | 2A | 43 | 14B | 45 | 13 |
| Octal | 123 | 17 | 60 | 0 | 122 | 52 | 103 | 513 | 105 | 23 |
| Binary | 1010011 | 1111 | 110000 | 0 | 1010010 | 101010 | 1000011 | 101001011 | 1000101 | 10011 |
Color Harmonies of #530F30
Complementary color
Monochromatic Colors of #530F30
Black with #530F30
Text Example
Text Example
White with #530F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F30; }
p { color: rgb(83,15,48); }
H1.HeaderClassName
{
color: #530F30;
}
.AnyTagClassName
{
color: #530F30;
}
</style>
background-color css
<style>
a { background-color: #530F30; }
a { background-color: rgb(83,15,48); }
div.DivClassName
{
background-color: #530F30;
}
.BgClassName
{
background-color: #530F30;
}
</style>
border-color css
<style>
span { border-color: #530F30; }
span { border-color: rgb(83,15,48); }
td.TdClassName
{
border-color: #530F30;
}
.TagClassName
{
border-color: #530F30;
}
</style>