Shades of Blackberry #340F28
Tints of Blackberry #340F28
RGB
CMYK
RGB Variations
Color information
#340F28 (or 0x340F28) is known color: Blackberry. HEX triplet: 34, 0F and 28. RGB value is (52,15,40). Sum of RGB (Red+Green+Blue) = 52+15+40=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #340F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F28 is #CBF0D7. Grayscale: #1C1C1C. Windows color (decimal): -13365464 or 2625332. OLE color: 2625332.
HSL color Cylindrical-coordinate representation of color #340F28: hue angle of 319.46º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #340F28 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 15 | 40 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.80 |
| HSL | 319.46º | 0.55% | 0.13% | - |
| HSV(B) | 319.46º | 0.71% | 0.2% | - |
| XYZ | 1.97 | 1.22 | 2.14 | - |
| YUV | 28.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 40 | 0 | 0.71 | 0.23 | 0.80 | 319.46 | 0.55 | 0.13 |
| Hex | 34 | F | 28 | 0 | 47 | 17 | 50 | 13F | 37 | D |
| Octal | 64 | 17 | 50 | 0 | 107 | 27 | 120 | 477 | 67 | 15 |
| Binary | 110100 | 1111 | 101000 | 0 | 1000111 | 10111 | 1010000 | 100111111 | 110111 | 1101 |
Color Harmonies of #340F28
Complementary color
Monochromatic Colors of #340F28
Black with #340F28
Text Example
Text Example
White with #340F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340F28; }
p { color: rgb(52,15,40); }
H1.HeaderClassName
{
color: #340F28;
}
.AnyTagClassName
{
color: #340F28;
}
</style>
background-color css
<style>
a { background-color: #340F28; }
a { background-color: rgb(52,15,40); }
div.DivClassName
{
background-color: #340F28;
}
.BgClassName
{
background-color: #340F28;
}
</style>
border-color css
<style>
span { border-color: #340F28; }
span { border-color: rgb(52,15,40); }
td.TdClassName
{
border-color: #340F28;
}
.TagClassName
{
border-color: #340F28;
}
</style>