Shades of Blackberry #341C2A
Tints of Blackberry #341C2A
RGB
CMYK
RGB Variations
Color information
#341C2A (or 0x341C2A) is known color: Blackberry. HEX triplet: 34, 1C and 2A. RGB value is (52,28,42). Sum of RGB (Red+Green+Blue) = 52+28+42=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #341C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C2A is #CBE3D5. Grayscale: #242424. Windows color (decimal): -13362134 or 2759732. OLE color: 2759732.
HSL color Cylindrical-coordinate representation of color #341C2A: hue angle of 325º 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 #341C2A is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 42 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.80 |
| HSL | 325º | 0.3% | 0.16% | - |
| HSV(B) | 325º | 0.46% | 0.2% | - |
| XYZ | 2.25 | 1.73 | 2.41 | - |
| YUV | 36.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 42 | 0 | 0.46 | 0.19 | 0.80 | 325 | 0.3 | 0.16 |
| Hex | 34 | 1C | 2A | 0 | 2E | 13 | 50 | 145 | 1E | 10 |
| Octal | 64 | 34 | 52 | 0 | 56 | 23 | 120 | 505 | 36 | 20 |
| Binary | 110100 | 11100 | 101010 | 0 | 101110 | 10011 | 1010000 | 101000101 | 11110 | 10000 |
Color Harmonies of #341C2A
Complementary color
Monochromatic Colors of #341C2A
Black with #341C2A
Text Example
Text Example
White with #341C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C2A; }
p { color: rgb(52,28,42); }
H1.HeaderClassName
{
color: #341C2A;
}
.AnyTagClassName
{
color: #341C2A;
}
</style>
background-color css
<style>
a { background-color: #341C2A; }
a { background-color: rgb(52,28,42); }
div.DivClassName
{
background-color: #341C2A;
}
.BgClassName
{
background-color: #341C2A;
}
</style>
border-color css
<style>
span { border-color: #341C2A; }
span { border-color: rgb(52,28,42); }
td.TdClassName
{
border-color: #341C2A;
}
.TagClassName
{
border-color: #341C2A;
}
</style>