Shades of Blackberry #34071E
Tints of Blackberry #34071E
RGB
CMYK
RGB Variations
Color information
#34071E (or 0x34071E) is known color: Blackberry. HEX triplet: 34, 07 and 1E. RGB value is (52,7,30). Sum of RGB (Red+Green+Blue) = 52+7+30=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #34071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34071E is #CBF8E1. Grayscale: #171717. Windows color (decimal): -13367522 or 1967924. OLE color: 1967924.
HSL color Cylindrical-coordinate representation of color #34071E: hue angle of 329.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34071E is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 7 | 30 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.80 |
| HSL | 329.33º | 0.76% | 0.12% | - |
| HSV(B) | 329.33º | 0.87% | 0.2% | - |
| XYZ | 1.73 | 0.98 | 1.33 | - |
| YUV | 23.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 30 | 0 | 0.87 | 0.42 | 0.80 | 329.33 | 0.76 | 0.12 |
| Hex | 34 | 7 | 1E | 0 | 57 | 2A | 50 | 149 | 4C | C |
| Octal | 64 | 7 | 36 | 0 | 127 | 52 | 120 | 511 | 114 | 14 |
| Binary | 110100 | 111 | 11110 | 0 | 1010111 | 101010 | 1010000 | 101001001 | 1001100 | 1100 |
Color Harmonies of #34071E
Complementary color
Monochromatic Colors of #34071E
Black with #34071E
Text Example
Text Example
White with #34071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34071E; }
p { color: rgb(52,7,30); }
H1.HeaderClassName
{
color: #34071E;
}
.AnyTagClassName
{
color: #34071E;
}
</style>
background-color css
<style>
a { background-color: #34071E; }
a { background-color: rgb(52,7,30); }
div.DivClassName
{
background-color: #34071E;
}
.BgClassName
{
background-color: #34071E;
}
</style>
border-color css
<style>
span { border-color: #34071E; }
span { border-color: rgb(52,7,30); }
td.TdClassName
{
border-color: #34071E;
}
.TagClassName
{
border-color: #34071E;
}
</style>