Shades of Blackberry #340124
Tints of Blackberry #340124
RGB
CMYK
RGB Variations
Color information
#340124 (or 0x340124) is known color: Blackberry. HEX triplet: 34, 01 and 24. RGB value is (52,1,36). Sum of RGB (Red+Green+Blue) = 52+1+36=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #340124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340124 is #CBFEDB. Grayscale: #141414. Windows color (decimal): -13369052 or 2359604. OLE color: 2359604.
HSL color Cylindrical-coordinate representation of color #340124: hue angle of 318.82º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340124 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 1 | 36 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.80 |
| HSL | 318.82º | 0.96% | 0.1% | - |
| HSV(B) | 318.82º | 0.98% | 0.2% | - |
| XYZ | 1.75 | 0.88 | 1.75 | - |
| YUV | 20.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 36 | 0 | 0.98 | 0.31 | 0.80 | 318.82 | 0.96 | 0.1 |
| Hex | 34 | 1 | 24 | 0 | 62 | 1F | 50 | 13F | 60 | A |
| Octal | 64 | 1 | 44 | 0 | 142 | 37 | 120 | 477 | 140 | 12 |
| Binary | 110100 | 1 | 100100 | 0 | 1100010 | 11111 | 1010000 | 100111111 | 1100000 | 1010 |
Color Harmonies of #340124
Complementary color
Monochromatic Colors of #340124
Black with #340124
Text Example
Text Example
White with #340124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340124; }
p { color: rgb(52,1,36); }
H1.HeaderClassName
{
color: #340124;
}
.AnyTagClassName
{
color: #340124;
}
</style>
background-color css
<style>
a { background-color: #340124; }
a { background-color: rgb(52,1,36); }
div.DivClassName
{
background-color: #340124;
}
.BgClassName
{
background-color: #340124;
}
</style>
border-color css
<style>
span { border-color: #340124; }
span { border-color: rgb(52,1,36); }
td.TdClassName
{
border-color: #340124;
}
.TagClassName
{
border-color: #340124;
}
</style>