Shades of Blackberry #340928
Tints of Blackberry #340928
RGB
CMYK
RGB Variations
Color information
#340928 (or 0x340928) is known color: Blackberry. HEX triplet: 34, 09 and 28. RGB value is (52,9,40). Sum of RGB (Red+Green+Blue) = 52+9+40=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #340928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340928 is #CBF6D7. Grayscale: #191919. Windows color (decimal): -13367000 or 2623796. OLE color: 2623796.
HSL color Cylindrical-coordinate representation of color #340928: hue angle of 316.74º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #340928 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 9 | 40 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.80 |
| HSL | 316.74º | 0.7% | 0.12% | - |
| HSV(B) | 316.74º | 0.83% | 0.2% | - |
| XYZ | 1.9 | 1.08 | 2.12 | - |
| YUV | 25.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 40 | 0 | 0.83 | 0.23 | 0.80 | 316.74 | 0.7 | 0.12 |
| Hex | 34 | 9 | 28 | 0 | 53 | 17 | 50 | 13D | 46 | C |
| Octal | 64 | 11 | 50 | 0 | 123 | 27 | 120 | 475 | 106 | 14 |
| Binary | 110100 | 1001 | 101000 | 0 | 1010011 | 10111 | 1010000 | 100111101 | 1000110 | 1100 |
Color Harmonies of #340928
Complementary color
Monochromatic Colors of #340928
Black with #340928
Text Example
Text Example
White with #340928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340928; }
p { color: rgb(52,9,40); }
H1.HeaderClassName
{
color: #340928;
}
.AnyTagClassName
{
color: #340928;
}
</style>
background-color css
<style>
a { background-color: #340928; }
a { background-color: rgb(52,9,40); }
div.DivClassName
{
background-color: #340928;
}
.BgClassName
{
background-color: #340928;
}
</style>
border-color css
<style>
span { border-color: #340928; }
span { border-color: rgb(52,9,40); }
td.TdClassName
{
border-color: #340928;
}
.TagClassName
{
border-color: #340928;
}
</style>