Shades of Blackberry #340028
Tints of Blackberry #340028
RGB
CMYK
RGB Variations
Color information
#340028 (or 0x340028) is known color: Blackberry. HEX triplet: 34, 00 and 28. RGB value is (52,0,40). Sum of RGB (Red+Green+Blue) = 52+0+40=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #340028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340028 is #CBFFD7. Grayscale: #141414. Windows color (decimal): -13369304 or 2621492. OLE color: 2621492.
HSL color Cylindrical-coordinate representation of color #340028: hue angle of 313.85º 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 #340028 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.23 | 0.80 |
| HSL | 313.85º | 1% | 0.1% | - |
| HSV(B) | 313.85º | 1% | 0.2% | - |
| XYZ | 1.8 | 0.88 | 2.08 | - |
| YUV | 20.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 40 | 0 | 1 | 0.23 | 0.80 | 313.85 | 1 | 0.1 |
| Hex | 34 | 0 | 28 | 0 | 64 | 17 | 50 | 13A | 64 | A |
| Octal | 64 | 0 | 50 | 0 | 144 | 27 | 120 | 472 | 144 | 12 |
| Binary | 110100 | 0 | 101000 | 0 | 1100100 | 10111 | 1010000 | 100111010 | 1100100 | 1010 |
Color Harmonies of #340028
Complementary color
Monochromatic Colors of #340028
Black with #340028
Text Example
Text Example
White with #340028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340028; }
p { color: rgb(52,0,40); }
H1.HeaderClassName
{
color: #340028;
}
.AnyTagClassName
{
color: #340028;
}
</style>
background-color css
<style>
a { background-color: #340028; }
a { background-color: rgb(52,0,40); }
div.DivClassName
{
background-color: #340028;
}
.BgClassName
{
background-color: #340028;
}
</style>
border-color css
<style>
span { border-color: #340028; }
span { border-color: rgb(52,0,40); }
td.TdClassName
{
border-color: #340028;
}
.TagClassName
{
border-color: #340028;
}
</style>