Shades of Blackberry #52042C
Tints of Blackberry #52042C
RGB
CMYK
RGB Variations
Color information
#52042C (or 0x52042C) is known color: Blackberry. HEX triplet: 52, 04 and 2C. RGB value is (82,4,44). Sum of RGB (Red+Green+Blue) = 82+4+44=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #52042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52042C is #ADFBD3. Grayscale: #1F1F1F. Windows color (decimal): -11402196 or 2884690. OLE color: 2884690.
HSL color Cylindrical-coordinate representation of color #52042C: hue angle of 329.23º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52042C is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 4 | 44 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.68 |
| HSL | 329.23º | 0.91% | 0.17% | - |
| HSV(B) | 329.23º | 0.95% | 0.32% | - |
| XYZ | 3.98 | 2.06 | 2.57 | - |
| YUV | 31.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 44 | 0 | 0.95 | 0.46 | 0.68 | 329.23 | 0.91 | 0.17 |
| Hex | 52 | 4 | 2C | 0 | 5F | 2E | 44 | 149 | 5B | 11 |
| Octal | 122 | 4 | 54 | 0 | 137 | 56 | 104 | 511 | 133 | 21 |
| Binary | 1010010 | 100 | 101100 | 0 | 1011111 | 101110 | 1000100 | 101001001 | 1011011 | 10001 |
Color Harmonies of #52042C
Complementary color
Monochromatic Colors of #52042C
Black with #52042C
Text Example
Text Example
White with #52042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52042C; }
p { color: rgb(82,4,44); }
H1.HeaderClassName
{
color: #52042C;
}
.AnyTagClassName
{
color: #52042C;
}
</style>
background-color css
<style>
a { background-color: #52042C; }
a { background-color: rgb(82,4,44); }
div.DivClassName
{
background-color: #52042C;
}
.BgClassName
{
background-color: #52042C;
}
</style>
border-color css
<style>
span { border-color: #52042C; }
span { border-color: rgb(82,4,44); }
td.TdClassName
{
border-color: #52042C;
}
.TagClassName
{
border-color: #52042C;
}
</style>