Shades of Blackberry #341828
Tints of Blackberry #341828
RGB
CMYK
RGB Variations
Color information
#341828 (or 0x341828) is known color: Blackberry. HEX triplet: 34, 18 and 28. RGB value is (52,24,40). Sum of RGB (Red+Green+Blue) = 52+24+40=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #341828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341828 is #CBE7D7. Grayscale: #222222. Windows color (decimal): -13363160 or 2627636. OLE color: 2627636.
HSL color Cylindrical-coordinate representation of color #341828: hue angle of 325.71º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #341828 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 24 | 40 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.80 |
| HSL | 325.71º | 0.37% | 0.15% | - |
| HSV(B) | 325.71º | 0.54% | 0.2% | - |
| XYZ | 2.13 | 1.54 | 2.19 | - |
| YUV | 34.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 40 | 0 | 0.54 | 0.23 | 0.80 | 325.71 | 0.37 | 0.15 |
| Hex | 34 | 18 | 28 | 0 | 36 | 17 | 50 | 146 | 25 | F |
| Octal | 64 | 30 | 50 | 0 | 66 | 27 | 120 | 506 | 45 | 17 |
| Binary | 110100 | 11000 | 101000 | 0 | 110110 | 10111 | 1010000 | 101000110 | 100101 | 1111 |
Color Harmonies of #341828
Complementary color
Monochromatic Colors of #341828
Black with #341828
Text Example
Text Example
White with #341828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341828; }
p { color: rgb(52,24,40); }
H1.HeaderClassName
{
color: #341828;
}
.AnyTagClassName
{
color: #341828;
}
</style>
background-color css
<style>
a { background-color: #341828; }
a { background-color: rgb(52,24,40); }
div.DivClassName
{
background-color: #341828;
}
.BgClassName
{
background-color: #341828;
}
</style>
border-color css
<style>
span { border-color: #341828; }
span { border-color: rgb(52,24,40); }
td.TdClassName
{
border-color: #341828;
}
.TagClassName
{
border-color: #341828;
}
</style>