Shades of Blackberry #341B29
Tints of Blackberry #341B29
RGB
CMYK
RGB Variations
Color information
#341B29 (or 0x341B29) is known color: Blackberry. HEX triplet: 34, 1B and 29. RGB value is (52,27,41). Sum of RGB (Red+Green+Blue) = 52+27+41=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #341B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B29 is #CBE4D6. Grayscale: #242424. Windows color (decimal): -13362391 or 2693940. OLE color: 2693940.
HSL color Cylindrical-coordinate representation of color #341B29: hue angle of 326.4º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #341B29 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 27 | 41 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.80 |
| HSL | 326.4º | 0.32% | 0.15% | - |
| HSV(B) | 326.4º | 0.48% | 0.2% | - |
| XYZ | 2.21 | 1.67 | 2.3 | - |
| YUV | 36.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 41 | 0 | 0.48 | 0.21 | 0.80 | 326.4 | 0.32 | 0.15 |
| Hex | 34 | 1B | 29 | 0 | 30 | 15 | 50 | 146 | 20 | F |
| Octal | 64 | 33 | 51 | 0 | 60 | 25 | 120 | 506 | 40 | 17 |
| Binary | 110100 | 11011 | 101001 | 0 | 110000 | 10101 | 1010000 | 101000110 | 100000 | 1111 |
Color Harmonies of #341B29
Complementary color
Monochromatic Colors of #341B29
Black with #341B29
Text Example
Text Example
White with #341B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B29; }
p { color: rgb(52,27,41); }
H1.HeaderClassName
{
color: #341B29;
}
.AnyTagClassName
{
color: #341B29;
}
</style>
background-color css
<style>
a { background-color: #341B29; }
a { background-color: rgb(52,27,41); }
div.DivClassName
{
background-color: #341B29;
}
.BgClassName
{
background-color: #341B29;
}
</style>
border-color css
<style>
span { border-color: #341B29; }
span { border-color: rgb(52,27,41); }
td.TdClassName
{
border-color: #341B29;
}
.TagClassName
{
border-color: #341B29;
}
</style>