Shades of Blackberry #340E2B
Tints of Blackberry #340E2B
RGB
CMYK
RGB Variations
Color information
#340E2B (or 0x340E2B) is known color: Blackberry. HEX triplet: 34, 0E and 2B. RGB value is (52,14,43). Sum of RGB (Red+Green+Blue) = 52+14+43=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #340E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E2B is #CBF1D4. Grayscale: #1C1C1C. Windows color (decimal): -13365717 or 2821684. OLE color: 2821684.
HSL color Cylindrical-coordinate representation of color #340E2B: hue angle of 314.21º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #340E2B is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
RGB | 52 | 14 | 43 | - |
CMYK | 0 | 0.73 | 0.17 | 0.80 |
HSL | 314.21º | 0.58% | 0.13% | - |
HSV(B) | 314.21º | 0.73% | 0.2% | - |
XYZ | 2.01 | 1.22 | 2.41 | - |
YUV | 28.67 | 136.09 | 144.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 52 | 14 | 43 | 0 | 0.73 | 0.17 | 0.80 | 314.21 | 0.58 | 0.13 |
Hex | 34 | E | 2B | 0 | 49 | 11 | 50 | 13A | 3A | D |
Octal | 64 | 16 | 53 | 0 | 111 | 21 | 120 | 472 | 72 | 15 |
Binary | 110100 | 1110 | 101011 | 0 | 1001001 | 10001 | 1010000 | 100111010 | 111010 | 1101 |
Color Harmonies of #340E2B
Complementary color
Monochromatic Colors of #340E2B
Black with #340E2B
Text Example
Text Example
White with #340E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340E2B; }
p { color: rgb(52,14,43); }
H1.HeaderClassName
{
color: #340E2B;
}
.AnyTagClassName
{
color: #340E2B;
}
</style>
background-color css
<style>
a { background-color: #340E2B; }
a { background-color: rgb(52,14,43); }
div.DivClassName
{
background-color: #340E2B;
}
.BgClassName
{
background-color: #340E2B;
}
</style>
border-color css
<style>
span { border-color: #340E2B; }
span { border-color: rgb(52,14,43); }
td.TdClassName
{
border-color: #340E2B;
}
.TagClassName
{
border-color: #340E2B;
}
</style>