Shades of Blackberry #341C29
Tints of Blackberry #341C29
RGB
CMYK
RGB Variations
Color information
#341C29 (or 0x341C29) is known color: Blackberry. HEX triplet: 34, 1C and 29. RGB value is (52,28,41). Sum of RGB (Red+Green+Blue) = 52+28+41=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #341C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C29 is #CBE3D6. Grayscale: #242424. Windows color (decimal): -13362135 or 2694196. OLE color: 2694196.
HSL color Cylindrical-coordinate representation of color #341C29: hue angle of 327.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #341C29 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 41 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.80 |
| HSL | 327.5º | 0.3% | 0.16% | - |
| HSV(B) | 327.5º | 0.46% | 0.2% | - |
| XYZ | 2.23 | 1.72 | 2.31 | - |
| YUV | 36.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 41 | 0 | 0.46 | 0.21 | 0.80 | 327.5 | 0.3 | 0.16 |
| Hex | 34 | 1C | 29 | 0 | 2E | 15 | 50 | 148 | 1E | 10 |
| Octal | 64 | 34 | 51 | 0 | 56 | 25 | 120 | 510 | 36 | 20 |
| Binary | 110100 | 11100 | 101001 | 0 | 101110 | 10101 | 1010000 | 101001000 | 11110 | 10000 |
Color Harmonies of #341C29
Complementary color
Monochromatic Colors of #341C29
Black with #341C29
Text Example
Text Example
White with #341C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C29; }
p { color: rgb(52,28,41); }
H1.HeaderClassName
{
color: #341C29;
}
.AnyTagClassName
{
color: #341C29;
}
</style>
background-color css
<style>
a { background-color: #341C29; }
a { background-color: rgb(52,28,41); }
div.DivClassName
{
background-color: #341C29;
}
.BgClassName
{
background-color: #341C29;
}
</style>
border-color css
<style>
span { border-color: #341C29; }
span { border-color: rgb(52,28,41); }
td.TdClassName
{
border-color: #341C29;
}
.TagClassName
{
border-color: #341C29;
}
</style>