Shades of Blackberry #540222
Tints of Blackberry #540222
RGB
CMYK
RGB Variations
Color information
#540222 (or 0x540222) is known color: Blackberry. HEX triplet: 54, 02 and 22. RGB value is (84,2,34). Sum of RGB (Red+Green+Blue) = 84+2+34=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #540222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540222 is #ABFDDD. Grayscale: #1E1E1E. Windows color (decimal): -11271646 or 2228820. OLE color: 2228820.
HSL color Cylindrical-coordinate representation of color #540222: hue angle of 336.59º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540222 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 2 | 34 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.67 |
| HSL | 336.59º | 0.95% | 0.17% | - |
| HSV(B) | 336.59º | 0.98% | 0.33% | - |
| XYZ | 3.97 | 2.04 | 1.7 | - |
| YUV | 30.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 34 | 0 | 0.98 | 0.60 | 0.67 | 336.59 | 0.95 | 0.17 |
| Hex | 54 | 2 | 22 | 0 | 62 | 3C | 43 | 151 | 5F | 11 |
| Octal | 124 | 2 | 42 | 0 | 142 | 74 | 103 | 521 | 137 | 21 |
| Binary | 1010100 | 10 | 100010 | 0 | 1100010 | 111100 | 1000011 | 101010001 | 1011111 | 10001 |
Color Harmonies of #540222
Complementary color
Monochromatic Colors of #540222
Black with #540222
Text Example
Text Example
White with #540222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540222; }
p { color: rgb(84,2,34); }
H1.HeaderClassName
{
color: #540222;
}
.AnyTagClassName
{
color: #540222;
}
</style>
background-color css
<style>
a { background-color: #540222; }
a { background-color: rgb(84,2,34); }
div.DivClassName
{
background-color: #540222;
}
.BgClassName
{
background-color: #540222;
}
</style>
border-color css
<style>
span { border-color: #540222; }
span { border-color: rgb(84,2,34); }
td.TdClassName
{
border-color: #540222;
}
.TagClassName
{
border-color: #540222;
}
</style>