Shades of Blackberry #340B25
Tints of Blackberry #340B25
RGB
CMYK
RGB Variations
Color information
#340B25 (or 0x340B25) is known color: Blackberry. HEX triplet: 34, 0B and 25. RGB value is (52,11,37). Sum of RGB (Red+Green+Blue) = 52+11+37=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #340B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B25 is #CBF4DA. Grayscale: #1A1A1A. Windows color (decimal): -13366491 or 2427700. OLE color: 2427700.
HSL color Cylindrical-coordinate representation of color #340B25: hue angle of 321.95º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #340B25 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 11 | 37 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.80 |
| HSL | 321.95º | 0.65% | 0.12% | - |
| HSV(B) | 321.95º | 0.79% | 0.2% | - |
| XYZ | 1.87 | 1.1 | 1.86 | - |
| YUV | 26.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 37 | 0 | 0.79 | 0.29 | 0.80 | 321.95 | 0.65 | 0.12 |
| Hex | 34 | B | 25 | 0 | 4F | 1D | 50 | 142 | 41 | C |
| Octal | 64 | 13 | 45 | 0 | 117 | 35 | 120 | 502 | 101 | 14 |
| Binary | 110100 | 1011 | 100101 | 0 | 1001111 | 11101 | 1010000 | 101000010 | 1000001 | 1100 |
Color Harmonies of #340B25
Complementary color
Monochromatic Colors of #340B25
Black with #340B25
Text Example
Text Example
White with #340B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340B25; }
p { color: rgb(52,11,37); }
H1.HeaderClassName
{
color: #340B25;
}
.AnyTagClassName
{
color: #340B25;
}
</style>
background-color css
<style>
a { background-color: #340B25; }
a { background-color: rgb(52,11,37); }
div.DivClassName
{
background-color: #340B25;
}
.BgClassName
{
background-color: #340B25;
}
</style>
border-color css
<style>
span { border-color: #340B25; }
span { border-color: rgb(52,11,37); }
td.TdClassName
{
border-color: #340B25;
}
.TagClassName
{
border-color: #340B25;
}
</style>