Shades of Blackberry #34081F
Tints of Blackberry #34081F
RGB
CMYK
RGB Variations
Color information
#34081F (or 0x34081F) is known color: Blackberry. HEX triplet: 34, 08 and 1F. RGB value is (52,8,31). Sum of RGB (Red+Green+Blue) = 52+8+31=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #34081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34081F is #CBF7E0. Grayscale: #171717. Windows color (decimal): -13367265 or 2033716. OLE color: 2033716.
HSL color Cylindrical-coordinate representation of color #34081F: hue angle of 328.64º 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 #34081F is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 8 | 31 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.80 |
| HSL | 328.64º | 0.73% | 0.12% | - |
| HSV(B) | 328.64º | 0.85% | 0.2% | - |
| XYZ | 1.75 | 1 | 1.4 | - |
| YUV | 23.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 31 | 0 | 0.85 | 0.40 | 0.80 | 328.64 | 0.73 | 0.12 |
| Hex | 34 | 8 | 1F | 0 | 55 | 28 | 50 | 149 | 49 | C |
| Octal | 64 | 10 | 37 | 0 | 125 | 50 | 120 | 511 | 111 | 14 |
| Binary | 110100 | 1000 | 11111 | 0 | 1010101 | 101000 | 1010000 | 101001001 | 1001001 | 1100 |
Color Harmonies of #34081F
Complementary color
Monochromatic Colors of #34081F
Black with #34081F
Text Example
Text Example
White with #34081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34081F; }
p { color: rgb(52,8,31); }
H1.HeaderClassName
{
color: #34081F;
}
.AnyTagClassName
{
color: #34081F;
}
</style>
background-color css
<style>
a { background-color: #34081F; }
a { background-color: rgb(52,8,31); }
div.DivClassName
{
background-color: #34081F;
}
.BgClassName
{
background-color: #34081F;
}
</style>
border-color css
<style>
span { border-color: #34081F; }
span { border-color: rgb(52,8,31); }
td.TdClassName
{
border-color: #34081F;
}
.TagClassName
{
border-color: #34081F;
}
</style>