Shades of Blackberry #340017
Tints of Blackberry #340017
RGB
CMYK
RGB Variations
Color information
#340017 (or 0x340017) is known color: Blackberry. HEX triplet: 34, 00 and 17. RGB value is (52,0,23). Sum of RGB (Red+Green+Blue) = 52+0+23=75 (9% of max value = 765). Red value is 52 (20.70% from 255 or 69.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 52 - color contains mainly: red. Hex color #340017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340017 is #CBFFE8. Grayscale: #121212. Windows color (decimal): -13369321 or 1507380. OLE color: 1507380.
HSL color Cylindrical-coordinate representation of color #340017: hue angle of 333.46º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340017 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.56 | 0.80 |
| HSL | 333.46º | 1% | 0.1% | - |
| HSV(B) | 333.46º | 1% | 0.2% | - |
| XYZ | 1.57 | 0.79 | 0.88 | - |
| YUV | 18.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 23 | 0 | 1 | 0.56 | 0.80 | 333.46 | 1 | 0.1 |
| Hex | 34 | 0 | 17 | 0 | 64 | 38 | 50 | 14D | 64 | A |
| Octal | 64 | 0 | 27 | 0 | 144 | 70 | 120 | 515 | 144 | 12 |
| Binary | 110100 | 0 | 10111 | 0 | 1100100 | 111000 | 1010000 | 101001101 | 1100100 | 1010 |
Color Harmonies of #340017
Complementary color
Monochromatic Colors of #340017
Black with #340017
Text Example
Text Example
White with #340017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340017; }
p { color: rgb(52,0,23); }
H1.HeaderClassName
{
color: #340017;
}
.AnyTagClassName
{
color: #340017;
}
</style>
background-color css
<style>
a { background-color: #340017; }
a { background-color: rgb(52,0,23); }
div.DivClassName
{
background-color: #340017;
}
.BgClassName
{
background-color: #340017;
}
</style>
border-color css
<style>
span { border-color: #340017; }
span { border-color: rgb(52,0,23); }
td.TdClassName
{
border-color: #340017;
}
.TagClassName
{
border-color: #340017;
}
</style>