Shades of Blackberry #340026
Tints of Blackberry #340026
RGB
CMYK
RGB Variations
Color information
#340026 (or 0x340026) is known color: Blackberry. HEX triplet: 34, 00 and 26. RGB value is (52,0,38). Sum of RGB (Red+Green+Blue) = 52+0+38=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 38 (15.23% from 255 or 42.22% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #340026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340026 is #CBFFD9. Grayscale: #131313. Windows color (decimal): -13369306 or 2490420. OLE color: 2490420.
HSL color Cylindrical-coordinate representation of color #340026: hue angle of 316.15º 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 #340026 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.27 | 0.80 |
| HSL | 316.15º | 1% | 0.1% | - |
| HSV(B) | 316.15º | 1% | 0.2% | - |
| XYZ | 1.77 | 0.87 | 1.91 | - |
| YUV | 19.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 38 | 0 | 1 | 0.27 | 0.80 | 316.15 | 1 | 0.1 |
| Hex | 34 | 0 | 26 | 0 | 64 | 1B | 50 | 13C | 64 | A |
| Octal | 64 | 0 | 46 | 0 | 144 | 33 | 120 | 474 | 144 | 12 |
| Binary | 110100 | 0 | 100110 | 0 | 1100100 | 11011 | 1010000 | 100111100 | 1100100 | 1010 |
Color Harmonies of #340026
Complementary color
Monochromatic Colors of #340026
Black with #340026
Text Example
Text Example
White with #340026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340026; }
p { color: rgb(52,0,38); }
H1.HeaderClassName
{
color: #340026;
}
.AnyTagClassName
{
color: #340026;
}
</style>
background-color css
<style>
a { background-color: #340026; }
a { background-color: rgb(52,0,38); }
div.DivClassName
{
background-color: #340026;
}
.BgClassName
{
background-color: #340026;
}
</style>
border-color css
<style>
span { border-color: #340026; }
span { border-color: rgb(52,0,38); }
td.TdClassName
{
border-color: #340026;
}
.TagClassName
{
border-color: #340026;
}
</style>