Shades of Blackberry #34091C
Tints of Blackberry #34091C
RGB
CMYK
RGB Variations
Color information
#34091C (or 0x34091C) is known color: Blackberry. HEX triplet: 34, 09 and 1C. RGB value is (52,9,28). Sum of RGB (Red+Green+Blue) = 52+9+28=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #34091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34091C is #CBF6E3. Grayscale: #171717. Windows color (decimal): -13367012 or 1837364. OLE color: 1837364.
HSL color Cylindrical-coordinate representation of color #34091C: hue angle of 333.49º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34091C is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 9 | 28 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.80 |
| HSL | 333.49º | 0.7% | 0.12% | - |
| HSV(B) | 333.49º | 0.83% | 0.2% | - |
| XYZ | 1.72 | 1.01 | 1.2 | - |
| YUV | 24.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 28 | 0 | 0.83 | 0.46 | 0.80 | 333.49 | 0.7 | 0.12 |
| Hex | 34 | 9 | 1C | 0 | 53 | 2E | 50 | 14D | 46 | C |
| Octal | 64 | 11 | 34 | 0 | 123 | 56 | 120 | 515 | 106 | 14 |
| Binary | 110100 | 1001 | 11100 | 0 | 1010011 | 101110 | 1010000 | 101001101 | 1000110 | 1100 |
Color Harmonies of #34091C
Complementary color
Monochromatic Colors of #34091C
Black with #34091C
Text Example
Text Example
White with #34091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34091C; }
p { color: rgb(52,9,28); }
H1.HeaderClassName
{
color: #34091C;
}
.AnyTagClassName
{
color: #34091C;
}
</style>
background-color css
<style>
a { background-color: #34091C; }
a { background-color: rgb(52,9,28); }
div.DivClassName
{
background-color: #34091C;
}
.BgClassName
{
background-color: #34091C;
}
</style>
border-color css
<style>
span { border-color: #34091C; }
span { border-color: rgb(52,9,28); }
td.TdClassName
{
border-color: #34091C;
}
.TagClassName
{
border-color: #34091C;
}
</style>