Shades of Blackberry #340519
Tints of Blackberry #340519
RGB
CMYK
RGB Variations
Color information
#340519 (or 0x340519) is known color: Blackberry. HEX triplet: 34, 05 and 19. RGB value is (52,5,25). Sum of RGB (Red+Green+Blue) = 52+5+25=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #340519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340519 is #CBFAE6. Grayscale: #151515. Windows color (decimal): -13368039 or 1639732. OLE color: 1639732.
HSL color Cylindrical-coordinate representation of color #340519: hue angle of 334.47º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340519 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 5 | 25 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.80 |
| HSL | 334.47º | 0.82% | 0.11% | - |
| HSV(B) | 334.47º | 0.9% | 0.2% | - |
| XYZ | 1.65 | 0.91 | 1.01 | - |
| YUV | 21.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 25 | 0 | 0.90 | 0.52 | 0.80 | 334.47 | 0.82 | 0.11 |
| Hex | 34 | 5 | 19 | 0 | 5A | 34 | 50 | 14E | 52 | B |
| Octal | 64 | 5 | 31 | 0 | 132 | 64 | 120 | 516 | 122 | 13 |
| Binary | 110100 | 101 | 11001 | 0 | 1011010 | 110100 | 1010000 | 101001110 | 1010010 | 1011 |
Color Harmonies of #340519
Complementary color
Monochromatic Colors of #340519
Black with #340519
Text Example
Text Example
White with #340519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340519; }
p { color: rgb(52,5,25); }
H1.HeaderClassName
{
color: #340519;
}
.AnyTagClassName
{
color: #340519;
}
</style>
background-color css
<style>
a { background-color: #340519; }
a { background-color: rgb(52,5,25); }
div.DivClassName
{
background-color: #340519;
}
.BgClassName
{
background-color: #340519;
}
</style>
border-color css
<style>
span { border-color: #340519; }
span { border-color: rgb(52,5,25); }
td.TdClassName
{
border-color: #340519;
}
.TagClassName
{
border-color: #340519;
}
</style>