Shades of Blackberry #340C21
Tints of Blackberry #340C21
RGB
CMYK
RGB Variations
Color information
#340C21 (or 0x340C21) is known color: Blackberry. HEX triplet: 34, 0C and 21. RGB value is (52,12,33). Sum of RGB (Red+Green+Blue) = 52+12+33=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #340C21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C21 is #CBF3DE. Grayscale: #1A1A1A. Windows color (decimal): -13366239 or 2165812. OLE color: 2165812.
HSL color Cylindrical-coordinate representation of color #340C21: hue angle of 328.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 #340C21 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 12 | 33 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.80 |
| HSL | 328.5º | 0.63% | 0.13% | - |
| HSV(B) | 328.5º | 0.77% | 0.2% | - |
| XYZ | 1.82 | 1.1 | 1.56 | - |
| YUV | 26.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 33 | 0 | 0.77 | 0.37 | 0.80 | 328.5 | 0.63 | 0.13 |
| Hex | 34 | C | 21 | 0 | 4D | 25 | 50 | 148 | 3E | D |
| Octal | 64 | 14 | 41 | 0 | 115 | 45 | 120 | 510 | 76 | 15 |
| Binary | 110100 | 1100 | 100001 | 0 | 1001101 | 100101 | 1010000 | 101001000 | 111110 | 1101 |
Color Harmonies of #340C21
Complementary color
Monochromatic Colors of #340C21
Black with #340C21
Text Example
Text Example
White with #340C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340C21; }
p { color: rgb(52,12,33); }
H1.HeaderClassName
{
color: #340C21;
}
.AnyTagClassName
{
color: #340C21;
}
</style>
background-color css
<style>
a { background-color: #340C21; }
a { background-color: rgb(52,12,33); }
div.DivClassName
{
background-color: #340C21;
}
.BgClassName
{
background-color: #340C21;
}
</style>
border-color css
<style>
span { border-color: #340C21; }
span { border-color: rgb(52,12,33); }
td.TdClassName
{
border-color: #340C21;
}
.TagClassName
{
border-color: #340C21;
}
</style>