Shades of Blackberry #530C2F
Tints of Blackberry #530C2F
RGB
CMYK
RGB Variations
Color information
#530C2F (or 0x530C2F) is known color: Blackberry. HEX triplet: 53, 0C and 2F. RGB value is (83,12,47). Sum of RGB (Red+Green+Blue) = 83+12+47=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #530C2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C2F is #ACF3D0. Grayscale: #252525. Windows color (decimal): -11334609 or 3083347. OLE color: 3083347.
HSL color Cylindrical-coordinate representation of color #530C2F: hue angle of 330.42º 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 #530C2F is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 12 | 47 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.67 |
| HSL | 330.42º | 0.75% | 0.19% | - |
| HSV(B) | 330.42º | 0.86% | 0.33% | - |
| XYZ | 4.21 | 2.31 | 2.91 | - |
| YUV | 37.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 47 | 0 | 0.86 | 0.43 | 0.67 | 330.42 | 0.75 | 0.19 |
| Hex | 53 | C | 2F | 0 | 56 | 2B | 43 | 14A | 4B | 13 |
| Octal | 123 | 14 | 57 | 0 | 126 | 53 | 103 | 512 | 113 | 23 |
| Binary | 1010011 | 1100 | 101111 | 0 | 1010110 | 101011 | 1000011 | 101001010 | 1001011 | 10011 |
Color Harmonies of #530C2F
Complementary color
Monochromatic Colors of #530C2F
Black with #530C2F
Text Example
Text Example
White with #530C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C2F; }
p { color: rgb(83,12,47); }
H1.HeaderClassName
{
color: #530C2F;
}
.AnyTagClassName
{
color: #530C2F;
}
</style>
background-color css
<style>
a { background-color: #530C2F; }
a { background-color: rgb(83,12,47); }
div.DivClassName
{
background-color: #530C2F;
}
.BgClassName
{
background-color: #530C2F;
}
</style>
border-color css
<style>
span { border-color: #530C2F; }
span { border-color: rgb(83,12,47); }
td.TdClassName
{
border-color: #530C2F;
}
.TagClassName
{
border-color: #530C2F;
}
</style>