Shades of Blackberry #34112A
Tints of Blackberry #34112A
RGB
CMYK
RGB Variations
Color information
#34112A (or 0x34112A) is known color: Blackberry. HEX triplet: 34, 11 and 2A. RGB value is (52,17,42). Sum of RGB (Red+Green+Blue) = 52+17+42=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #34112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34112A is #CBEED5. Grayscale: #1E1E1E. Windows color (decimal): -13364950 or 2756916. OLE color: 2756916.
HSL color Cylindrical-coordinate representation of color #34112A: hue angle of 317.14º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34112A is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 17 | 42 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.80 |
| HSL | 317.14º | 0.51% | 0.14% | - |
| HSV(B) | 317.14º | 0.67% | 0.2% | - |
| XYZ | 2.03 | 1.3 | 2.33 | - |
| YUV | 30.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 17 | 42 | 0 | 0.67 | 0.19 | 0.80 | 317.14 | 0.51 | 0.14 |
| Hex | 34 | 11 | 2A | 0 | 43 | 13 | 50 | 13D | 33 | E |
| Octal | 64 | 21 | 52 | 0 | 103 | 23 | 120 | 475 | 63 | 16 |
| Binary | 110100 | 10001 | 101010 | 0 | 1000011 | 10011 | 1010000 | 100111101 | 110011 | 1110 |
Color Harmonies of #34112A
Complementary color
Monochromatic Colors of #34112A
Black with #34112A
Text Example
Text Example
White with #34112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34112A; }
p { color: rgb(52,17,42); }
H1.HeaderClassName
{
color: #34112A;
}
.AnyTagClassName
{
color: #34112A;
}
</style>
background-color css
<style>
a { background-color: #34112A; }
a { background-color: rgb(52,17,42); }
div.DivClassName
{
background-color: #34112A;
}
.BgClassName
{
background-color: #34112A;
}
</style>
border-color css
<style>
span { border-color: #34112A; }
span { border-color: rgb(52,17,42); }
td.TdClassName
{
border-color: #34112A;
}
.TagClassName
{
border-color: #34112A;
}
</style>