Shades of Blackberry #54123C
Tints of Blackberry #54123C
RGB
CMYK
RGB Variations
Color information
#54123C (or 0x54123C) is known color: Blackberry. HEX triplet: 54, 12 and 3C. RGB value is (84,18,60). Sum of RGB (Red+Green+Blue) = 84+18+60=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54123C is #ABEDC3. Grayscale: #2A2A2A. Windows color (decimal): -11267524 or 3936852. OLE color: 3936852.
HSL color Cylindrical-coordinate representation of color #54123C: hue angle of 321.82º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54123C is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 18 | 60 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.67 |
| HSL | 321.82º | 0.65% | 0.2% | - |
| HSV(B) | 321.82º | 0.79% | 0.33% | - |
| XYZ | 4.69 | 2.64 | 4.54 | - |
| YUV | 42.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 60 | 0 | 0.79 | 0.29 | 0.67 | 321.82 | 0.65 | 0.2 |
| Hex | 54 | 12 | 3C | 0 | 4F | 1D | 43 | 142 | 41 | 14 |
| Octal | 124 | 22 | 74 | 0 | 117 | 35 | 103 | 502 | 101 | 24 |
| Binary | 1010100 | 10010 | 111100 | 0 | 1001111 | 11101 | 1000011 | 101000010 | 1000001 | 10100 |
Color Harmonies of #54123C
Complementary color
Monochromatic Colors of #54123C
Black with #54123C
Text Example
Text Example
White with #54123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54123C; }
p { color: rgb(84,18,60); }
H1.HeaderClassName
{
color: #54123C;
}
.AnyTagClassName
{
color: #54123C;
}
</style>
background-color css
<style>
a { background-color: #54123C; }
a { background-color: rgb(84,18,60); }
div.DivClassName
{
background-color: #54123C;
}
.BgClassName
{
background-color: #54123C;
}
</style>
border-color css
<style>
span { border-color: #54123C; }
span { border-color: rgb(84,18,60); }
td.TdClassName
{
border-color: #54123C;
}
.TagClassName
{
border-color: #54123C;
}
</style>