Shades of Blackberry #340B1B
Tints of Blackberry #340B1B
RGB
CMYK
RGB Variations
Color information
#340B1B (or 0x340B1B) is known color: Blackberry. HEX triplet: 34, 0B and 1B. RGB value is (52,11,27). Sum of RGB (Red+Green+Blue) = 52+11+27=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #340B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B1B is #CBF4E4. Grayscale: #191919. Windows color (decimal): -13366501 or 1772340. OLE color: 1772340.
HSL color Cylindrical-coordinate representation of color #340B1B: hue angle of 336.59º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #340B1B is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 11 | 27 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.80 |
| HSL | 336.59º | 0.65% | 0.12% | - |
| HSV(B) | 336.59º | 0.79% | 0.2% | - |
| XYZ | 1.73 | 1.05 | 1.15 | - |
| YUV | 25.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 27 | 0 | 0.79 | 0.48 | 0.80 | 336.59 | 0.65 | 0.12 |
| Hex | 34 | B | 1B | 0 | 4F | 30 | 50 | 151 | 41 | C |
| Octal | 64 | 13 | 33 | 0 | 117 | 60 | 120 | 521 | 101 | 14 |
| Binary | 110100 | 1011 | 11011 | 0 | 1001111 | 110000 | 1010000 | 101010001 | 1000001 | 1100 |
Color Harmonies of #340B1B
Complementary color
Monochromatic Colors of #340B1B
Black with #340B1B
Text Example
Text Example
White with #340B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340B1B; }
p { color: rgb(52,11,27); }
H1.HeaderClassName
{
color: #340B1B;
}
.AnyTagClassName
{
color: #340B1B;
}
</style>
background-color css
<style>
a { background-color: #340B1B; }
a { background-color: rgb(52,11,27); }
div.DivClassName
{
background-color: #340B1B;
}
.BgClassName
{
background-color: #340B1B;
}
</style>
border-color css
<style>
span { border-color: #340B1B; }
span { border-color: rgb(52,11,27); }
td.TdClassName
{
border-color: #340B1B;
}
.TagClassName
{
border-color: #340B1B;
}
</style>