Shades of Blackberry #530C27
Tints of Blackberry #530C27
RGB
CMYK
RGB Variations
Color information
#530C27 (or 0x530C27) is known color: Blackberry. HEX triplet: 53, 0C and 27. RGB value is (83,12,39). Sum of RGB (Red+Green+Blue) = 83+12+39=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #530C27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C27 is #ACF3D8. Grayscale: #242424. Windows color (decimal): -11334617 or 2559059. OLE color: 2559059.
HSL color Cylindrical-coordinate representation of color #530C27: hue angle of 337.18º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C27 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 12 | 39 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.67 |
| HSL | 337.18º | 0.75% | 0.19% | - |
| HSV(B) | 337.18º | 0.86% | 0.33% | - |
| XYZ | 4.06 | 2.25 | 2.14 | - |
| YUV | 36.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 39 | 0 | 0.86 | 0.53 | 0.67 | 337.18 | 0.75 | 0.19 |
| Hex | 53 | C | 27 | 0 | 56 | 35 | 43 | 151 | 4B | 13 |
| Octal | 123 | 14 | 47 | 0 | 126 | 65 | 103 | 521 | 113 | 23 |
| Binary | 1010011 | 1100 | 100111 | 0 | 1010110 | 110101 | 1000011 | 101010001 | 1001011 | 10011 |
Color Harmonies of #530C27
Complementary color
Monochromatic Colors of #530C27
Black with #530C27
Text Example
Text Example
White with #530C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C27; }
p { color: rgb(83,12,39); }
H1.HeaderClassName
{
color: #530C27;
}
.AnyTagClassName
{
color: #530C27;
}
</style>
background-color css
<style>
a { background-color: #530C27; }
a { background-color: rgb(83,12,39); }
div.DivClassName
{
background-color: #530C27;
}
.BgClassName
{
background-color: #530C27;
}
</style>
border-color css
<style>
span { border-color: #530C27; }
span { border-color: rgb(83,12,39); }
td.TdClassName
{
border-color: #530C27;
}
.TagClassName
{
border-color: #530C27;
}
</style>