Shades of Blackberry #340C29
Tints of Blackberry #340C29
RGB
CMYK
RGB Variations
Color information
#340C29 (or 0x340C29) is known color: Blackberry. HEX triplet: 34, 0C and 29. RGB value is (52,12,41). Sum of RGB (Red+Green+Blue) = 52+12+41=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 41 (16.41% from 255 or 39.05% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #340C29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C29 is #CBF3D6. Grayscale: #1B1B1B. Windows color (decimal): -13366231 or 2690100. OLE color: 2690100.
HSL color Cylindrical-coordinate representation of color #340C29: hue angle of 316.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #340C29 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 12 | 41 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.80 |
| HSL | 316.5º | 0.63% | 0.13% | - |
| HSV(B) | 316.5º | 0.77% | 0.2% | - |
| XYZ | 1.95 | 1.15 | 2.22 | - |
| YUV | 27.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 41 | 0 | 0.77 | 0.21 | 0.80 | 316.5 | 0.63 | 0.13 |
| Hex | 34 | C | 29 | 0 | 4D | 15 | 50 | 13C | 3E | D |
| Octal | 64 | 14 | 51 | 0 | 115 | 25 | 120 | 474 | 76 | 15 |
| Binary | 110100 | 1100 | 101001 | 0 | 1001101 | 10101 | 1010000 | 100111100 | 111110 | 1101 |
Color Harmonies of #340C29
Complementary color
Monochromatic Colors of #340C29
Black with #340C29
Text Example
Text Example
White with #340C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340C29; }
p { color: rgb(52,12,41); }
H1.HeaderClassName
{
color: #340C29;
}
.AnyTagClassName
{
color: #340C29;
}
</style>
background-color css
<style>
a { background-color: #340C29; }
a { background-color: rgb(52,12,41); }
div.DivClassName
{
background-color: #340C29;
}
.BgClassName
{
background-color: #340C29;
}
</style>
border-color css
<style>
span { border-color: #340C29; }
span { border-color: rgb(52,12,41); }
td.TdClassName
{
border-color: #340C29;
}
.TagClassName
{
border-color: #340C29;
}
</style>