Shades of Blackberry #540C34
Tints of Blackberry #540C34
RGB
CMYK
RGB Variations
Color information
#540C34 (or 0x540C34) is known color: Blackberry. HEX triplet: 54, 0C and 34. RGB value is (84,12,52). Sum of RGB (Red+Green+Blue) = 84+12+52=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #540C34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540C34 is #ABF3CB. Grayscale: #262626. Windows color (decimal): -11269068 or 3411028. OLE color: 3411028.
HSL color Cylindrical-coordinate representation of color #540C34: hue angle of 326.67º 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 #540C34 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 52 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.67 |
| HSL | 326.67º | 0.75% | 0.19% | - |
| HSV(B) | 326.67º | 0.86% | 0.33% | - |
| XYZ | 4.41 | 2.4 | 3.48 | - |
| YUV | 38.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 52 | 0 | 0.86 | 0.38 | 0.67 | 326.67 | 0.75 | 0.19 |
| Hex | 54 | C | 34 | 0 | 56 | 26 | 43 | 147 | 4B | 13 |
| Octal | 124 | 14 | 64 | 0 | 126 | 46 | 103 | 507 | 113 | 23 |
| Binary | 1010100 | 1100 | 110100 | 0 | 1010110 | 100110 | 1000011 | 101000111 | 1001011 | 10011 |
Color Harmonies of #540C34
Complementary color
Monochromatic Colors of #540C34
Black with #540C34
Text Example
Text Example
White with #540C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C34; }
p { color: rgb(84,12,52); }
H1.HeaderClassName
{
color: #540C34;
}
.AnyTagClassName
{
color: #540C34;
}
</style>
background-color css
<style>
a { background-color: #540C34; }
a { background-color: rgb(84,12,52); }
div.DivClassName
{
background-color: #540C34;
}
.BgClassName
{
background-color: #540C34;
}
</style>
border-color css
<style>
span { border-color: #540C34; }
span { border-color: rgb(84,12,52); }
td.TdClassName
{
border-color: #540C34;
}
.TagClassName
{
border-color: #540C34;
}
</style>