Shades of Blackberry #34091E
Tints of Blackberry #34091E
RGB
CMYK
RGB Variations
Color information
#34091E (or 0x34091E) is known color: Blackberry. HEX triplet: 34, 09 and 1E. RGB value is (52,9,30). Sum of RGB (Red+Green+Blue) = 52+9+30=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #34091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34091E is #CBF6E1. Grayscale: #181818. Windows color (decimal): -13367010 or 1968436. OLE color: 1968436.
HSL color Cylindrical-coordinate representation of color #34091E: hue angle of 330.7º 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 #34091E is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 9 | 30 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.80 |
| HSL | 330.7º | 0.7% | 0.12% | - |
| HSV(B) | 330.7º | 0.83% | 0.2% | - |
| XYZ | 1.75 | 1.02 | 1.33 | - |
| YUV | 24.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 30 | 0 | 0.83 | 0.42 | 0.80 | 330.7 | 0.7 | 0.12 |
| Hex | 34 | 9 | 1E | 0 | 53 | 2A | 50 | 14B | 46 | C |
| Octal | 64 | 11 | 36 | 0 | 123 | 52 | 120 | 513 | 106 | 14 |
| Binary | 110100 | 1001 | 11110 | 0 | 1010011 | 101010 | 1010000 | 101001011 | 1000110 | 1100 |
Color Harmonies of #34091E
Complementary color
Monochromatic Colors of #34091E
Black with #34091E
Text Example
Text Example
White with #34091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34091E; }
p { color: rgb(52,9,30); }
H1.HeaderClassName
{
color: #34091E;
}
.AnyTagClassName
{
color: #34091E;
}
</style>
background-color css
<style>
a { background-color: #34091E; }
a { background-color: rgb(52,9,30); }
div.DivClassName
{
background-color: #34091E;
}
.BgClassName
{
background-color: #34091E;
}
</style>
border-color css
<style>
span { border-color: #34091E; }
span { border-color: rgb(52,9,30); }
td.TdClassName
{
border-color: #34091E;
}
.TagClassName
{
border-color: #34091E;
}
</style>