Shades of Blackberry #34031E
Tints of Blackberry #34031E
RGB
CMYK
RGB Variations
Color information
#34031E (or 0x34031E) is known color: Blackberry. HEX triplet: 34, 03 and 1E. RGB value is (52,3,30). Sum of RGB (Red+Green+Blue) = 52+3+30=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #34031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34031E is #CBFCE1. Grayscale: #141414. Windows color (decimal): -13368546 or 1966900. OLE color: 1966900.
HSL color Cylindrical-coordinate representation of color #34031E: hue angle of 326.94º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34031E is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 3 | 30 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.80 |
| HSL | 326.94º | 0.89% | 0.11% | - |
| HSV(B) | 326.94º | 0.94% | 0.2% | - |
| XYZ | 1.68 | 0.89 | 1.31 | - |
| YUV | 20.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 30 | 0 | 0.94 | 0.42 | 0.80 | 326.94 | 0.89 | 0.11 |
| Hex | 34 | 3 | 1E | 0 | 5E | 2A | 50 | 147 | 59 | B |
| Octal | 64 | 3 | 36 | 0 | 136 | 52 | 120 | 507 | 131 | 13 |
| Binary | 110100 | 11 | 11110 | 0 | 1011110 | 101010 | 1010000 | 101000111 | 1011001 | 1011 |
Color Harmonies of #34031E
Complementary color
Monochromatic Colors of #34031E
Black with #34031E
Text Example
Text Example
White with #34031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34031E; }
p { color: rgb(52,3,30); }
H1.HeaderClassName
{
color: #34031E;
}
.AnyTagClassName
{
color: #34031E;
}
</style>
background-color css
<style>
a { background-color: #34031E; }
a { background-color: rgb(52,3,30); }
div.DivClassName
{
background-color: #34031E;
}
.BgClassName
{
background-color: #34031E;
}
</style>
border-color css
<style>
span { border-color: #34031E; }
span { border-color: rgb(52,3,30); }
td.TdClassName
{
border-color: #34031E;
}
.TagClassName
{
border-color: #34031E;
}
</style>