Shades of Blackberry #341A27
Tints of Blackberry #341A27
RGB
CMYK
RGB Variations
Color information
#341A27 (or 0x341A27) is known color: Blackberry. HEX triplet: 34, 1A and 27. RGB value is (52,26,39). Sum of RGB (Red+Green+Blue) = 52+26+39=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #341A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A27 is #CBE5D8. Grayscale: #232323. Windows color (decimal): -13362649 or 2562612. OLE color: 2562612.
HSL color Cylindrical-coordinate representation of color #341A27: hue angle of 330º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341A27 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 26 | 39 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.80 |
| HSL | 330º | 0.33% | 0.15% | - |
| HSV(B) | 330º | 0.5% | 0.2% | - |
| XYZ | 2.15 | 1.62 | 2.12 | - |
| YUV | 35.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 39 | 0 | 0.50 | 0.25 | 0.80 | 330 | 0.33 | 0.15 |
| Hex | 34 | 1A | 27 | 0 | 32 | 19 | 50 | 14A | 21 | F |
| Octal | 64 | 32 | 47 | 0 | 62 | 31 | 120 | 512 | 41 | 17 |
| Binary | 110100 | 11010 | 100111 | 0 | 110010 | 11001 | 1010000 | 101001010 | 100001 | 1111 |
Color Harmonies of #341A27
Complementary color
Monochromatic Colors of #341A27
Black with #341A27
Text Example
Text Example
White with #341A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A27; }
p { color: rgb(52,26,39); }
H1.HeaderClassName
{
color: #341A27;
}
.AnyTagClassName
{
color: #341A27;
}
</style>
background-color css
<style>
a { background-color: #341A27; }
a { background-color: rgb(52,26,39); }
div.DivClassName
{
background-color: #341A27;
}
.BgClassName
{
background-color: #341A27;
}
</style>
border-color css
<style>
span { border-color: #341A27; }
span { border-color: rgb(52,26,39); }
td.TdClassName
{
border-color: #341A27;
}
.TagClassName
{
border-color: #341A27;
}
</style>