Shades of Blackberry #34061D
Tints of Blackberry #34061D
RGB
CMYK
RGB Variations
Color information
#34061D (or 0x34061D) is known color: Blackberry. HEX triplet: 34, 06 and 1D. RGB value is (52,6,29). Sum of RGB (Red+Green+Blue) = 52+6+29=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #34061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34061D is #CBF9E2. Grayscale: #161616. Windows color (decimal): -13367779 or 1902132. OLE color: 1902132.
HSL color Cylindrical-coordinate representation of color #34061D: hue angle of 330º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34061D is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 6 | 29 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.80 |
| HSL | 330º | 0.79% | 0.11% | - |
| HSV(B) | 330º | 0.88% | 0.2% | - |
| XYZ | 1.7 | 0.95 | 1.26 | - |
| YUV | 22.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 6 | 29 | 0 | 0.88 | 0.44 | 0.80 | 330 | 0.79 | 0.11 |
| Hex | 34 | 6 | 1D | 0 | 58 | 2C | 50 | 14A | 4F | B |
| Octal | 64 | 6 | 35 | 0 | 130 | 54 | 120 | 512 | 117 | 13 |
| Binary | 110100 | 110 | 11101 | 0 | 1011000 | 101100 | 1010000 | 101001010 | 1001111 | 1011 |
Color Harmonies of #34061D
Complementary color
Monochromatic Colors of #34061D
Black with #34061D
Text Example
Text Example
White with #34061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34061D; }
p { color: rgb(52,6,29); }
H1.HeaderClassName
{
color: #34061D;
}
.AnyTagClassName
{
color: #34061D;
}
</style>
background-color css
<style>
a { background-color: #34061D; }
a { background-color: rgb(52,6,29); }
div.DivClassName
{
background-color: #34061D;
}
.BgClassName
{
background-color: #34061D;
}
</style>
border-color css
<style>
span { border-color: #34061D; }
span { border-color: rgb(52,6,29); }
td.TdClassName
{
border-color: #34061D;
}
.TagClassName
{
border-color: #34061D;
}
</style>