Shades of Blackberry #341324
Tints of Blackberry #341324
RGB
CMYK
RGB Variations
Color information
#341324 (or 0x341324) is known color: Blackberry. HEX triplet: 34, 13 and 24. RGB value is (52,19,36). Sum of RGB (Red+Green+Blue) = 52+19+36=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #341324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341324 is #CBECDB. Grayscale: #1E1E1E. Windows color (decimal): -13364444 or 2364212. OLE color: 2364212.
HSL color Cylindrical-coordinate representation of color #341324: hue angle of 329.09º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341324 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 19 | 36 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.80 |
| HSL | 329.09º | 0.46% | 0.14% | - |
| HSV(B) | 329.09º | 0.63% | 0.2% | - |
| XYZ | 1.97 | 1.32 | 1.82 | - |
| YUV | 30.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 36 | 0 | 0.63 | 0.31 | 0.80 | 329.09 | 0.46 | 0.14 |
| Hex | 34 | 13 | 24 | 0 | 3F | 1F | 50 | 149 | 2E | E |
| Octal | 64 | 23 | 44 | 0 | 77 | 37 | 120 | 511 | 56 | 16 |
| Binary | 110100 | 10011 | 100100 | 0 | 111111 | 11111 | 1010000 | 101001001 | 101110 | 1110 |
Color Harmonies of #341324
Complementary color
Monochromatic Colors of #341324
Black with #341324
Text Example
Text Example
White with #341324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341324; }
p { color: rgb(52,19,36); }
H1.HeaderClassName
{
color: #341324;
}
.AnyTagClassName
{
color: #341324;
}
</style>
background-color css
<style>
a { background-color: #341324; }
a { background-color: rgb(52,19,36); }
div.DivClassName
{
background-color: #341324;
}
.BgClassName
{
background-color: #341324;
}
</style>
border-color css
<style>
span { border-color: #341324; }
span { border-color: rgb(52,19,36); }
td.TdClassName
{
border-color: #341324;
}
.TagClassName
{
border-color: #341324;
}
</style>