Shades of Blackberry #340224
Tints of Blackberry #340224
RGB
CMYK
RGB Variations
Color information
#340224 (or 0x340224) is known color: Blackberry. HEX triplet: 34, 02 and 24. RGB value is (52,2,36). Sum of RGB (Red+Green+Blue) = 52+2+36=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #340224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340224 is #CBFDDB. Grayscale: #141414. Windows color (decimal): -13368796 or 2359860. OLE color: 2359860.
HSL color Cylindrical-coordinate representation of color #340224: hue angle of 319.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340224 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 2 | 36 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.80 |
| HSL | 319.2º | 0.93% | 0.11% | - |
| HSV(B) | 319.2º | 0.96% | 0.2% | - |
| XYZ | 1.76 | 0.9 | 1.75 | - |
| YUV | 20.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 36 | 0 | 0.96 | 0.31 | 0.80 | 319.2 | 0.93 | 0.11 |
| Hex | 34 | 2 | 24 | 0 | 60 | 1F | 50 | 13F | 5D | B |
| Octal | 64 | 2 | 44 | 0 | 140 | 37 | 120 | 477 | 135 | 13 |
| Binary | 110100 | 10 | 100100 | 0 | 1100000 | 11111 | 1010000 | 100111111 | 1011101 | 1011 |
Color Harmonies of #340224
Complementary color
Monochromatic Colors of #340224
Black with #340224
Text Example
Text Example
White with #340224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340224; }
p { color: rgb(52,2,36); }
H1.HeaderClassName
{
color: #340224;
}
.AnyTagClassName
{
color: #340224;
}
</style>
background-color css
<style>
a { background-color: #340224; }
a { background-color: rgb(52,2,36); }
div.DivClassName
{
background-color: #340224;
}
.BgClassName
{
background-color: #340224;
}
</style>
border-color css
<style>
span { border-color: #340224; }
span { border-color: rgb(52,2,36); }
td.TdClassName
{
border-color: #340224;
}
.TagClassName
{
border-color: #340224;
}
</style>