Shades of Blackberry #340129
Tints of Blackberry #340129
RGB
CMYK
RGB Variations
Color information
#340129 (or 0x340129) is known color: Blackberry. HEX triplet: 34, 01 and 29. RGB value is (52,1,41). Sum of RGB (Red+Green+Blue) = 52+1+41=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #340129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340129 is #CBFED6. Grayscale: #141414. Windows color (decimal): -13369047 or 2687284. OLE color: 2687284.
HSL color Cylindrical-coordinate representation of color #340129: hue angle of 312.94º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340129 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 1 | 41 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.80 |
| HSL | 312.94º | 0.96% | 0.1% | - |
| HSV(B) | 312.94º | 0.98% | 0.2% | - |
| XYZ | 1.83 | 0.91 | 2.18 | - |
| YUV | 20.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 41 | 0 | 0.98 | 0.21 | 0.80 | 312.94 | 0.96 | 0.1 |
| Hex | 34 | 1 | 29 | 0 | 62 | 15 | 50 | 139 | 60 | A |
| Octal | 64 | 1 | 51 | 0 | 142 | 25 | 120 | 471 | 140 | 12 |
| Binary | 110100 | 1 | 101001 | 0 | 1100010 | 10101 | 1010000 | 100111001 | 1100000 | 1010 |
Color Harmonies of #340129
Complementary color
Monochromatic Colors of #340129
Black with #340129
Text Example
Text Example
White with #340129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340129; }
p { color: rgb(52,1,41); }
H1.HeaderClassName
{
color: #340129;
}
.AnyTagClassName
{
color: #340129;
}
</style>
background-color css
<style>
a { background-color: #340129; }
a { background-color: rgb(52,1,41); }
div.DivClassName
{
background-color: #340129;
}
.BgClassName
{
background-color: #340129;
}
</style>
border-color css
<style>
span { border-color: #340129; }
span { border-color: rgb(52,1,41); }
td.TdClassName
{
border-color: #340129;
}
.TagClassName
{
border-color: #340129;
}
</style>