Shades of Blackberry #341B28
Tints of Blackberry #341B28
RGB
CMYK
RGB Variations
Color information
#341B28 (or 0x341B28) is known color: Blackberry. HEX triplet: 34, 1B and 28. RGB value is (52,27,40). Sum of RGB (Red+Green+Blue) = 52+27+40=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #341B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B28 is #CBE4D7. Grayscale: #232323. Windows color (decimal): -13362392 or 2628404. OLE color: 2628404.
HSL color Cylindrical-coordinate representation of color #341B28: hue angle of 328.8º 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 #341B28 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 27 | 40 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.80 |
| HSL | 328.8º | 0.32% | 0.15% | - |
| HSV(B) | 328.8º | 0.48% | 0.2% | - |
| XYZ | 2.19 | 1.67 | 2.21 | - |
| YUV | 35.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 40 | 0 | 0.48 | 0.23 | 0.80 | 328.8 | 0.32 | 0.15 |
| Hex | 34 | 1B | 28 | 0 | 30 | 17 | 50 | 149 | 20 | F |
| Octal | 64 | 33 | 50 | 0 | 60 | 27 | 120 | 511 | 40 | 17 |
| Binary | 110100 | 11011 | 101000 | 0 | 110000 | 10111 | 1010000 | 101001001 | 100000 | 1111 |
Color Harmonies of #341B28
Complementary color
Monochromatic Colors of #341B28
Black with #341B28
Text Example
Text Example
White with #341B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B28; }
p { color: rgb(52,27,40); }
H1.HeaderClassName
{
color: #341B28;
}
.AnyTagClassName
{
color: #341B28;
}
</style>
background-color css
<style>
a { background-color: #341B28; }
a { background-color: rgb(52,27,40); }
div.DivClassName
{
background-color: #341B28;
}
.BgClassName
{
background-color: #341B28;
}
</style>
border-color css
<style>
span { border-color: #341B28; }
span { border-color: rgb(52,27,40); }
td.TdClassName
{
border-color: #341B28;
}
.TagClassName
{
border-color: #341B28;
}
</style>