Shades of Blackberry #340527
Tints of Blackberry #340527
RGB
CMYK
RGB Variations
Color information
#340527 (or 0x340527) is known color: Blackberry. HEX triplet: 34, 05 and 27. RGB value is (52,5,39). Sum of RGB (Red+Green+Blue) = 52+5+39=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #340527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340527 is #CBFAD8. Grayscale: #161616. Windows color (decimal): -13368025 or 2557236. OLE color: 2557236.
HSL color Cylindrical-coordinate representation of color #340527: hue angle of 316.6º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340527 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 5 | 39 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.80 |
| HSL | 316.6º | 0.82% | 0.11% | - |
| HSV(B) | 316.6º | 0.9% | 0.2% | - |
| XYZ | 1.84 | 0.99 | 2.01 | - |
| YUV | 22.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 39 | 0 | 0.90 | 0.25 | 0.80 | 316.6 | 0.82 | 0.11 |
| Hex | 34 | 5 | 27 | 0 | 5A | 19 | 50 | 13D | 52 | B |
| Octal | 64 | 5 | 47 | 0 | 132 | 31 | 120 | 475 | 122 | 13 |
| Binary | 110100 | 101 | 100111 | 0 | 1011010 | 11001 | 1010000 | 100111101 | 1010010 | 1011 |
Color Harmonies of #340527
Complementary color
Monochromatic Colors of #340527
Black with #340527
Text Example
Text Example
White with #340527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340527; }
p { color: rgb(52,5,39); }
H1.HeaderClassName
{
color: #340527;
}
.AnyTagClassName
{
color: #340527;
}
</style>
background-color css
<style>
a { background-color: #340527; }
a { background-color: rgb(52,5,39); }
div.DivClassName
{
background-color: #340527;
}
.BgClassName
{
background-color: #340527;
}
</style>
border-color css
<style>
span { border-color: #340527; }
span { border-color: rgb(52,5,39); }
td.TdClassName
{
border-color: #340527;
}
.TagClassName
{
border-color: #340527;
}
</style>