Shades of Blackberry #34001D
Tints of Blackberry #34001D
RGB
CMYK
RGB Variations
Color information
#34001D (or 0x34001D) is known color: Blackberry. HEX triplet: 34, 00 and 1D. RGB value is (52,0,29). Sum of RGB (Red+Green+Blue) = 52+0+29=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #34001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34001D is #CBFFE2. Grayscale: #121212. Windows color (decimal): -13369315 or 1900596. OLE color: 1900596.
HSL color Cylindrical-coordinate representation of color #34001D: hue angle of 326.54º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34001D is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.44 | 0.80 |
| HSL | 326.54º | 1% | 0.1% | - |
| HSV(B) | 326.54º | 1% | 0.2% | - |
| XYZ | 1.64 | 0.82 | 1.23 | - |
| YUV | 18.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 29 | 0 | 1 | 0.44 | 0.80 | 326.54 | 1 | 0.1 |
| Hex | 34 | 0 | 1D | 0 | 64 | 2C | 50 | 147 | 64 | A |
| Octal | 64 | 0 | 35 | 0 | 144 | 54 | 120 | 507 | 144 | 12 |
| Binary | 110100 | 0 | 11101 | 0 | 1100100 | 101100 | 1010000 | 101000111 | 1100100 | 1010 |
Color Harmonies of #34001D
Complementary color
Monochromatic Colors of #34001D
Black with #34001D
Text Example
Text Example
White with #34001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34001D; }
p { color: rgb(52,0,29); }
H1.HeaderClassName
{
color: #34001D;
}
.AnyTagClassName
{
color: #34001D;
}
</style>
background-color css
<style>
a { background-color: #34001D; }
a { background-color: rgb(52,0,29); }
div.DivClassName
{
background-color: #34001D;
}
.BgClassName
{
background-color: #34001D;
}
</style>
border-color css
<style>
span { border-color: #34001D; }
span { border-color: rgb(52,0,29); }
td.TdClassName
{
border-color: #34001D;
}
.TagClassName
{
border-color: #34001D;
}
</style>