Shades of Blackberry #51042C
Tints of Blackberry #51042C
RGB
CMYK
RGB Variations
Color information
#51042C (or 0x51042C) is known color: Blackberry. HEX triplet: 51, 04 and 2C. RGB value is (81,4,44). Sum of RGB (Red+Green+Blue) = 81+4+44=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #51042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51042C is #AEFBD3. Grayscale: #1F1F1F. Windows color (decimal): -11467732 or 2884689. OLE color: 2884689.
HSL color Cylindrical-coordinate representation of color #51042C: hue angle of 328.83º 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 #51042C is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 4 | 44 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.68 |
| HSL | 328.83º | 0.91% | 0.17% | - |
| HSV(B) | 328.83º | 0.95% | 0.32% | - |
| XYZ | 3.89 | 2.02 | 2.57 | - |
| YUV | 31.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 44 | 0 | 0.95 | 0.46 | 0.68 | 328.83 | 0.91 | 0.17 |
| Hex | 51 | 4 | 2C | 0 | 5F | 2E | 44 | 149 | 5B | 11 |
| Octal | 121 | 4 | 54 | 0 | 137 | 56 | 104 | 511 | 133 | 21 |
| Binary | 1010001 | 100 | 101100 | 0 | 1011111 | 101110 | 1000100 | 101001001 | 1011011 | 10001 |
Color Harmonies of #51042C
Complementary color
Monochromatic Colors of #51042C
Black with #51042C
Text Example
Text Example
White with #51042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51042C; }
p { color: rgb(81,4,44); }
H1.HeaderClassName
{
color: #51042C;
}
.AnyTagClassName
{
color: #51042C;
}
</style>
background-color css
<style>
a { background-color: #51042C; }
a { background-color: rgb(81,4,44); }
div.DivClassName
{
background-color: #51042C;
}
.BgClassName
{
background-color: #51042C;
}
</style>
border-color css
<style>
span { border-color: #51042C; }
span { border-color: rgb(81,4,44); }
td.TdClassName
{
border-color: #51042C;
}
.TagClassName
{
border-color: #51042C;
}
</style>