Shades of Blackberry #34031D
Tints of Blackberry #34031D
RGB
CMYK
RGB Variations
Color information
#34031D (or 0x34031D) is known color: Blackberry. HEX triplet: 34, 03 and 1D. RGB value is (52,3,29). Sum of RGB (Red+Green+Blue) = 52+3+29=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #34031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34031D is #CBFCE2. Grayscale: #141414. Windows color (decimal): -13368547 or 1901364. OLE color: 1901364.
HSL color Cylindrical-coordinate representation of color #34031D: hue angle of 328.16º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34031D is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 3 | 29 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.80 |
| HSL | 328.16º | 0.89% | 0.11% | - |
| HSV(B) | 328.16º | 0.94% | 0.2% | - |
| XYZ | 1.67 | 0.88 | 1.24 | - |
| YUV | 20.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 29 | 0 | 0.94 | 0.44 | 0.80 | 328.16 | 0.89 | 0.11 |
| Hex | 34 | 3 | 1D | 0 | 5E | 2C | 50 | 148 | 59 | B |
| Octal | 64 | 3 | 35 | 0 | 136 | 54 | 120 | 510 | 131 | 13 |
| Binary | 110100 | 11 | 11101 | 0 | 1011110 | 101100 | 1010000 | 101001000 | 1011001 | 1011 |
Color Harmonies of #34031D
Complementary color
Monochromatic Colors of #34031D
Black with #34031D
Text Example
Text Example
White with #34031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34031D; }
p { color: rgb(52,3,29); }
H1.HeaderClassName
{
color: #34031D;
}
.AnyTagClassName
{
color: #34031D;
}
</style>
background-color css
<style>
a { background-color: #34031D; }
a { background-color: rgb(52,3,29); }
div.DivClassName
{
background-color: #34031D;
}
.BgClassName
{
background-color: #34031D;
}
</style>
border-color css
<style>
span { border-color: #34031D; }
span { border-color: rgb(52,3,29); }
td.TdClassName
{
border-color: #34031D;
}
.TagClassName
{
border-color: #34031D;
}
</style>