Shades of Blackberry #34051D
Tints of Blackberry #34051D
RGB
CMYK
RGB Variations
Color information
#34051D (or 0x34051D) is known color: Blackberry. HEX triplet: 34, 05 and 1D. RGB value is (52,5,29). Sum of RGB (Red+Green+Blue) = 52+5+29=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #34051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34051D is #CBFAE2. Grayscale: #151515. Windows color (decimal): -13368035 or 1901876. OLE color: 1901876.
HSL color Cylindrical-coordinate representation of color #34051D: hue angle of 329.36º 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 #34051D is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 5 | 29 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.80 |
| HSL | 329.36º | 0.82% | 0.11% | - |
| HSV(B) | 329.36º | 0.9% | 0.2% | - |
| XYZ | 1.69 | 0.93 | 1.25 | - |
| YUV | 21.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 29 | 0 | 0.90 | 0.44 | 0.80 | 329.36 | 0.82 | 0.11 |
| Hex | 34 | 5 | 1D | 0 | 5A | 2C | 50 | 149 | 52 | B |
| Octal | 64 | 5 | 35 | 0 | 132 | 54 | 120 | 511 | 122 | 13 |
| Binary | 110100 | 101 | 11101 | 0 | 1011010 | 101100 | 1010000 | 101001001 | 1010010 | 1011 |
Color Harmonies of #34051D
Complementary color
Monochromatic Colors of #34051D
Black with #34051D
Text Example
Text Example
White with #34051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34051D; }
p { color: rgb(52,5,29); }
H1.HeaderClassName
{
color: #34051D;
}
.AnyTagClassName
{
color: #34051D;
}
</style>
background-color css
<style>
a { background-color: #34051D; }
a { background-color: rgb(52,5,29); }
div.DivClassName
{
background-color: #34051D;
}
.BgClassName
{
background-color: #34051D;
}
</style>
border-color css
<style>
span { border-color: #34051D; }
span { border-color: rgb(52,5,29); }
td.TdClassName
{
border-color: #34051D;
}
.TagClassName
{
border-color: #34051D;
}
</style>