Shades of Blackberry #34081E
Tints of Blackberry #34081E
RGB
CMYK
RGB Variations
Color information
#34081E (or 0x34081E) is known color: Blackberry. HEX triplet: 34, 08 and 1E. RGB value is (52,8,30). Sum of RGB (Red+Green+Blue) = 52+8+30=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #34081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34081E is #CBF7E1. Grayscale: #171717. Windows color (decimal): -13367266 or 1968180. OLE color: 1968180.
HSL color Cylindrical-coordinate representation of color #34081E: hue angle of 330º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34081E is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 8 | 30 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.80 |
| HSL | 330º | 0.73% | 0.12% | - |
| HSV(B) | 330º | 0.85% | 0.2% | - |
| XYZ | 1.74 | 1 | 1.33 | - |
| YUV | 23.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 30 | 0 | 0.85 | 0.42 | 0.80 | 330 | 0.73 | 0.12 |
| Hex | 34 | 8 | 1E | 0 | 55 | 2A | 50 | 14A | 49 | C |
| Octal | 64 | 10 | 36 | 0 | 125 | 52 | 120 | 512 | 111 | 14 |
| Binary | 110100 | 1000 | 11110 | 0 | 1010101 | 101010 | 1010000 | 101001010 | 1001001 | 1100 |
Color Harmonies of #34081E
Complementary color
Monochromatic Colors of #34081E
Black with #34081E
Text Example
Text Example
White with #34081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34081E; }
p { color: rgb(52,8,30); }
H1.HeaderClassName
{
color: #34081E;
}
.AnyTagClassName
{
color: #34081E;
}
</style>
background-color css
<style>
a { background-color: #34081E; }
a { background-color: rgb(52,8,30); }
div.DivClassName
{
background-color: #34081E;
}
.BgClassName
{
background-color: #34081E;
}
</style>
border-color css
<style>
span { border-color: #34081E; }
span { border-color: rgb(52,8,30); }
td.TdClassName
{
border-color: #34081E;
}
.TagClassName
{
border-color: #34081E;
}
</style>