Shades of Blackberry #341120
Tints of Blackberry #341120
RGB
CMYK
RGB Variations
Color information
#341120 (or 0x341120) is known color: Blackberry. HEX triplet: 34, 11 and 20. RGB value is (52,17,32). Sum of RGB (Red+Green+Blue) = 52+17+32=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #341120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341120 is #CBEEDF. Grayscale: #1D1D1D. Windows color (decimal): -13364960 or 2101556. OLE color: 2101556.
HSL color Cylindrical-coordinate representation of color #341120: hue angle of 334.29º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #341120 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 17 | 32 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.80 |
| HSL | 334.29º | 0.51% | 0.14% | - |
| HSV(B) | 334.29º | 0.67% | 0.2% | - |
| XYZ | 1.88 | 1.24 | 1.51 | - |
| YUV | 29.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 17 | 32 | 0 | 0.67 | 0.38 | 0.80 | 334.29 | 0.51 | 0.14 |
| Hex | 34 | 11 | 20 | 0 | 43 | 26 | 50 | 14E | 33 | E |
| Octal | 64 | 21 | 40 | 0 | 103 | 46 | 120 | 516 | 63 | 16 |
| Binary | 110100 | 10001 | 100000 | 0 | 1000011 | 100110 | 1010000 | 101001110 | 110011 | 1110 |
Color Harmonies of #341120
Complementary color
Monochromatic Colors of #341120
Black with #341120
Text Example
Text Example
White with #341120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341120; }
p { color: rgb(52,17,32); }
H1.HeaderClassName
{
color: #341120;
}
.AnyTagClassName
{
color: #341120;
}
</style>
background-color css
<style>
a { background-color: #341120; }
a { background-color: rgb(52,17,32); }
div.DivClassName
{
background-color: #341120;
}
.BgClassName
{
background-color: #341120;
}
</style>
border-color css
<style>
span { border-color: #341120; }
span { border-color: rgb(52,17,32); }
td.TdClassName
{
border-color: #341120;
}
.TagClassName
{
border-color: #341120;
}
</style>