Shades of Blackberry #530325
Tints of Blackberry #530325
RGB
CMYK
RGB Variations
Color information
#530325 (or 0x530325) is known color: Blackberry. HEX triplet: 53, 03 and 25. RGB value is (83,3,37). Sum of RGB (Red+Green+Blue) = 83+3+37=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #530325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530325 is #ACFCDA. Grayscale: #1E1E1E. Windows color (decimal): -11336923 or 2425683. OLE color: 2425683.
HSL color Cylindrical-coordinate representation of color #530325: hue angle of 334.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530325 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 37 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.67 |
| HSL | 334.5º | 0.93% | 0.17% | - |
| HSV(B) | 334.5º | 0.96% | 0.33% | - |
| XYZ | 3.93 | 2.04 | 1.94 | - |
| YUV | 30.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 37 | 0 | 0.96 | 0.55 | 0.67 | 334.5 | 0.93 | 0.17 |
| Hex | 53 | 3 | 25 | 0 | 60 | 37 | 43 | 14E | 5D | 11 |
| Octal | 123 | 3 | 45 | 0 | 140 | 67 | 103 | 516 | 135 | 21 |
| Binary | 1010011 | 11 | 100101 | 0 | 1100000 | 110111 | 1000011 | 101001110 | 1011101 | 10001 |
Color Harmonies of #530325
Complementary color
Monochromatic Colors of #530325
Black with #530325
Text Example
Text Example
White with #530325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530325; }
p { color: rgb(83,3,37); }
H1.HeaderClassName
{
color: #530325;
}
.AnyTagClassName
{
color: #530325;
}
</style>
background-color css
<style>
a { background-color: #530325; }
a { background-color: rgb(83,3,37); }
div.DivClassName
{
background-color: #530325;
}
.BgClassName
{
background-color: #530325;
}
</style>
border-color css
<style>
span { border-color: #530325; }
span { border-color: rgb(83,3,37); }
td.TdClassName
{
border-color: #530325;
}
.TagClassName
{
border-color: #530325;
}
</style>