Shades of Blackberry #34071F
Tints of Blackberry #34071F
RGB
CMYK
RGB Variations
Color information
#34071F (or 0x34071F) is known color: Blackberry. HEX triplet: 34, 07 and 1F. RGB value is (52,7,31). Sum of RGB (Red+Green+Blue) = 52+7+31=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #34071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34071F is #CBF8E0. Grayscale: #171717. Windows color (decimal): -13367521 or 2033460. OLE color: 2033460.
HSL color Cylindrical-coordinate representation of color #34071F: hue angle of 328º 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 #34071F is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 7 | 31 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.80 |
| HSL | 328º | 0.76% | 0.12% | - |
| HSV(B) | 328º | 0.87% | 0.2% | - |
| XYZ | 1.74 | 0.98 | 1.39 | - |
| YUV | 23.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 31 | 0 | 0.87 | 0.40 | 0.80 | 328 | 0.76 | 0.12 |
| Hex | 34 | 7 | 1F | 0 | 57 | 28 | 50 | 148 | 4C | C |
| Octal | 64 | 7 | 37 | 0 | 127 | 50 | 120 | 510 | 114 | 14 |
| Binary | 110100 | 111 | 11111 | 0 | 1010111 | 101000 | 1010000 | 101001000 | 1001100 | 1100 |
Color Harmonies of #34071F
Complementary color
Monochromatic Colors of #34071F
Black with #34071F
Text Example
Text Example
White with #34071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34071F; }
p { color: rgb(52,7,31); }
H1.HeaderClassName
{
color: #34071F;
}
.AnyTagClassName
{
color: #34071F;
}
</style>
background-color css
<style>
a { background-color: #34071F; }
a { background-color: rgb(52,7,31); }
div.DivClassName
{
background-color: #34071F;
}
.BgClassName
{
background-color: #34071F;
}
</style>
border-color css
<style>
span { border-color: #34071F; }
span { border-color: rgb(52,7,31); }
td.TdClassName
{
border-color: #34071F;
}
.TagClassName
{
border-color: #34071F;
}
</style>