Shades of Blackberry #341528
Tints of Blackberry #341528
RGB
CMYK
RGB Variations
Color information
#341528 (or 0x341528) is known color: Blackberry. HEX triplet: 34, 15 and 28. RGB value is (52,21,40). Sum of RGB (Red+Green+Blue) = 52+21+40=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #341528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341528 is #CBEAD7. Grayscale: #202020. Windows color (decimal): -13363928 or 2626868. OLE color: 2626868.
HSL color Cylindrical-coordinate representation of color #341528: hue angle of 323.23º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #341528 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 21 | 40 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.80 |
| HSL | 323.23º | 0.42% | 0.14% | - |
| HSV(B) | 323.23º | 0.6% | 0.2% | - |
| XYZ | 2.07 | 1.42 | 2.17 | - |
| YUV | 32.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 21 | 40 | 0 | 0.60 | 0.23 | 0.80 | 323.23 | 0.42 | 0.14 |
| Hex | 34 | 15 | 28 | 0 | 3C | 17 | 50 | 143 | 2A | E |
| Octal | 64 | 25 | 50 | 0 | 74 | 27 | 120 | 503 | 52 | 16 |
| Binary | 110100 | 10101 | 101000 | 0 | 111100 | 10111 | 1010000 | 101000011 | 101010 | 1110 |
Color Harmonies of #341528
Complementary color
Monochromatic Colors of #341528
Black with #341528
Text Example
Text Example
White with #341528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341528; }
p { color: rgb(52,21,40); }
H1.HeaderClassName
{
color: #341528;
}
.AnyTagClassName
{
color: #341528;
}
</style>
background-color css
<style>
a { background-color: #341528; }
a { background-color: rgb(52,21,40); }
div.DivClassName
{
background-color: #341528;
}
.BgClassName
{
background-color: #341528;
}
</style>
border-color css
<style>
span { border-color: #341528; }
span { border-color: rgb(52,21,40); }
td.TdClassName
{
border-color: #341528;
}
.TagClassName
{
border-color: #341528;
}
</style>