Shades of Blackberry #340623
Tints of Blackberry #340623
RGB
CMYK
RGB Variations
Color information
#340623 (or 0x340623) is known color: Blackberry. HEX triplet: 34, 06 and 23. RGB value is (52,6,35). Sum of RGB (Red+Green+Blue) = 52+6+35=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #340623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340623 is #CBF9DC. Grayscale: #161616. Windows color (decimal): -13367773 or 2295348. OLE color: 2295348.
HSL color Cylindrical-coordinate representation of color #340623: hue angle of 322.17º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #340623 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 6 | 35 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.80 |
| HSL | 322.17º | 0.79% | 0.11% | - |
| HSV(B) | 322.17º | 0.88% | 0.2% | - |
| XYZ | 1.78 | 0.98 | 1.69 | - |
| YUV | 23.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 6 | 35 | 0 | 0.88 | 0.33 | 0.80 | 322.17 | 0.79 | 0.11 |
| Hex | 34 | 6 | 23 | 0 | 58 | 21 | 50 | 142 | 4F | B |
| Octal | 64 | 6 | 43 | 0 | 130 | 41 | 120 | 502 | 117 | 13 |
| Binary | 110100 | 110 | 100011 | 0 | 1011000 | 100001 | 1010000 | 101000010 | 1001111 | 1011 |
Color Harmonies of #340623
Complementary color
Monochromatic Colors of #340623
Black with #340623
Text Example
Text Example
White with #340623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340623; }
p { color: rgb(52,6,35); }
H1.HeaderClassName
{
color: #340623;
}
.AnyTagClassName
{
color: #340623;
}
</style>
background-color css
<style>
a { background-color: #340623; }
a { background-color: rgb(52,6,35); }
div.DivClassName
{
background-color: #340623;
}
.BgClassName
{
background-color: #340623;
}
</style>
border-color css
<style>
span { border-color: #340623; }
span { border-color: rgb(52,6,35); }
td.TdClassName
{
border-color: #340623;
}
.TagClassName
{
border-color: #340623;
}
</style>