Shades of Blackberry #530E37
Tints of Blackberry #530E37
RGB
CMYK
RGB Variations
Color information
#530E37 (or 0x530E37) is known color: Blackberry. HEX triplet: 53, 0E and 37. RGB value is (83,14,55). Sum of RGB (Red+Green+Blue) = 83+14+55=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #530E37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530E37 is #ACF1C8. Grayscale: #272727. Windows color (decimal): -11334089 or 3608147. OLE color: 3608147.
HSL color Cylindrical-coordinate representation of color #530E37: hue angle of 324.35º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #530E37 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 14 | 55 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.67 |
| HSL | 324.35º | 0.71% | 0.19% | - |
| HSV(B) | 324.35º | 0.83% | 0.33% | - |
| XYZ | 4.41 | 2.43 | 3.85 | - |
| YUV | 39.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 55 | 0 | 0.83 | 0.34 | 0.67 | 324.35 | 0.71 | 0.19 |
| Hex | 53 | E | 37 | 0 | 53 | 22 | 43 | 144 | 47 | 13 |
| Octal | 123 | 16 | 67 | 0 | 123 | 42 | 103 | 504 | 107 | 23 |
| Binary | 1010011 | 1110 | 110111 | 0 | 1010011 | 100010 | 1000011 | 101000100 | 1000111 | 10011 |
Color Harmonies of #530E37
Complementary color
Monochromatic Colors of #530E37
Black with #530E37
Text Example
Text Example
White with #530E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E37; }
p { color: rgb(83,14,55); }
H1.HeaderClassName
{
color: #530E37;
}
.AnyTagClassName
{
color: #530E37;
}
</style>
background-color css
<style>
a { background-color: #530E37; }
a { background-color: rgb(83,14,55); }
div.DivClassName
{
background-color: #530E37;
}
.BgClassName
{
background-color: #530E37;
}
</style>
border-color css
<style>
span { border-color: #530E37; }
span { border-color: rgb(83,14,55); }
td.TdClassName
{
border-color: #530E37;
}
.TagClassName
{
border-color: #530E37;
}
</style>