Shades of Blackberry #530F2F
Tints of Blackberry #530F2F
RGB
CMYK
RGB Variations
Color information
#530F2F (or 0x530F2F) is known color: Blackberry. HEX triplet: 53, 0F and 2F. RGB value is (83,15,47). Sum of RGB (Red+Green+Blue) = 83+15+47=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #530F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F2F is #ACF0D0. Grayscale: #262626. Windows color (decimal): -11333841 or 3084115. OLE color: 3084115.
HSL color Cylindrical-coordinate representation of color #530F2F: hue angle of 331.76º 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 #530F2F is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 47 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.67 |
| HSL | 331.76º | 0.69% | 0.19% | - |
| HSV(B) | 331.76º | 0.82% | 0.33% | - |
| XYZ | 4.25 | 2.39 | 2.93 | - |
| YUV | 38.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 47 | 0 | 0.82 | 0.43 | 0.67 | 331.76 | 0.69 | 0.19 |
| Hex | 53 | F | 2F | 0 | 52 | 2B | 43 | 14C | 45 | 13 |
| Octal | 123 | 17 | 57 | 0 | 122 | 53 | 103 | 514 | 105 | 23 |
| Binary | 1010011 | 1111 | 101111 | 0 | 1010010 | 101011 | 1000011 | 101001100 | 1000101 | 10011 |
Color Harmonies of #530F2F
Complementary color
Monochromatic Colors of #530F2F
Black with #530F2F
Text Example
Text Example
White with #530F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F2F; }
p { color: rgb(83,15,47); }
H1.HeaderClassName
{
color: #530F2F;
}
.AnyTagClassName
{
color: #530F2F;
}
</style>
background-color css
<style>
a { background-color: #530F2F; }
a { background-color: rgb(83,15,47); }
div.DivClassName
{
background-color: #530F2F;
}
.BgClassName
{
background-color: #530F2F;
}
</style>
border-color css
<style>
span { border-color: #530F2F; }
span { border-color: rgb(83,15,47); }
td.TdClassName
{
border-color: #530F2F;
}
.TagClassName
{
border-color: #530F2F;
}
</style>