Shades of Blackberry #530C30
Tints of Blackberry #530C30
RGB
CMYK
RGB Variations
Color information
#530C30 (or 0x530C30) is known color: Blackberry. HEX triplet: 53, 0C and 30. RGB value is (83,12,48). Sum of RGB (Red+Green+Blue) = 83+12+48=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #530C30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C30 is #ACF3CF. Grayscale: #252525. Windows color (decimal): -11334608 or 3148883. OLE color: 3148883.
HSL color Cylindrical-coordinate representation of color #530C30: hue angle of 329.58º 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 #530C30 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 12 | 48 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.67 |
| HSL | 329.58º | 0.75% | 0.19% | - |
| HSV(B) | 329.58º | 0.86% | 0.33% | - |
| XYZ | 4.23 | 2.32 | 3.02 | - |
| YUV | 37.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 48 | 0 | 0.86 | 0.42 | 0.67 | 329.58 | 0.75 | 0.19 |
| Hex | 53 | C | 30 | 0 | 56 | 2A | 43 | 14A | 4B | 13 |
| Octal | 123 | 14 | 60 | 0 | 126 | 52 | 103 | 512 | 113 | 23 |
| Binary | 1010011 | 1100 | 110000 | 0 | 1010110 | 101010 | 1000011 | 101001010 | 1001011 | 10011 |
Color Harmonies of #530C30
Complementary color
Monochromatic Colors of #530C30
Black with #530C30
Text Example
Text Example
White with #530C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C30; }
p { color: rgb(83,12,48); }
H1.HeaderClassName
{
color: #530C30;
}
.AnyTagClassName
{
color: #530C30;
}
</style>
background-color css
<style>
a { background-color: #530C30; }
a { background-color: rgb(83,12,48); }
div.DivClassName
{
background-color: #530C30;
}
.BgClassName
{
background-color: #530C30;
}
</style>
border-color css
<style>
span { border-color: #530C30; }
span { border-color: rgb(83,12,48); }
td.TdClassName
{
border-color: #530C30;
}
.TagClassName
{
border-color: #530C30;
}
</style>