Shades of Blackberry #340024
Tints of Blackberry #340024
RGB
CMYK
RGB Variations
Color information
#340024 (or 0x340024) is known color: Blackberry. HEX triplet: 34, 00 and 24. RGB value is (52,0,36). Sum of RGB (Red+Green+Blue) = 52+0+36=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #340024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340024 is #CBFFDB. Grayscale: #131313. Windows color (decimal): -13369308 or 2359348. OLE color: 2359348.
HSL color Cylindrical-coordinate representation of color #340024: hue angle of 318.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 #340024 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.31 | 0.80 |
| HSL | 318.46º | 1% | 0.1% | - |
| HSV(B) | 318.46º | 1% | 0.2% | - |
| XYZ | 1.73 | 0.86 | 1.74 | - |
| YUV | 19.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 36 | 0 | 1 | 0.31 | 0.80 | 318.46 | 1 | 0.1 |
| Hex | 34 | 0 | 24 | 0 | 64 | 1F | 50 | 13E | 64 | A |
| Octal | 64 | 0 | 44 | 0 | 144 | 37 | 120 | 476 | 144 | 12 |
| Binary | 110100 | 0 | 100100 | 0 | 1100100 | 11111 | 1010000 | 100111110 | 1100100 | 1010 |
Color Harmonies of #340024
Complementary color
Monochromatic Colors of #340024
Black with #340024
Text Example
Text Example
White with #340024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340024; }
p { color: rgb(52,0,36); }
H1.HeaderClassName
{
color: #340024;
}
.AnyTagClassName
{
color: #340024;
}
</style>
background-color css
<style>
a { background-color: #340024; }
a { background-color: rgb(52,0,36); }
div.DivClassName
{
background-color: #340024;
}
.BgClassName
{
background-color: #340024;
}
</style>
border-color css
<style>
span { border-color: #340024; }
span { border-color: rgb(52,0,36); }
td.TdClassName
{
border-color: #340024;
}
.TagClassName
{
border-color: #340024;
}
</style>