Shades of Blackberry #34192A
Tints of Blackberry #34192A
RGB
CMYK
RGB Variations
Color information
#34192A (or 0x34192A) is known color: Blackberry. HEX triplet: 34, 19 and 2A. RGB value is (52,25,42). Sum of RGB (Red+Green+Blue) = 52+25+42=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #34192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34192A is #CBE6D5. Grayscale: #222222. Windows color (decimal): -13362902 or 2758964. OLE color: 2758964.
HSL color Cylindrical-coordinate representation of color #34192A: hue angle of 322.22º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34192A is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 25 | 42 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.80 |
| HSL | 322.22º | 0.35% | 0.15% | - |
| HSV(B) | 322.22º | 0.52% | 0.2% | - |
| XYZ | 2.18 | 1.59 | 2.38 | - |
| YUV | 35.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 25 | 42 | 0 | 0.52 | 0.19 | 0.80 | 322.22 | 0.35 | 0.15 |
| Hex | 34 | 19 | 2A | 0 | 34 | 13 | 50 | 142 | 23 | F |
| Octal | 64 | 31 | 52 | 0 | 64 | 23 | 120 | 502 | 43 | 17 |
| Binary | 110100 | 11001 | 101010 | 0 | 110100 | 10011 | 1010000 | 101000010 | 100011 | 1111 |
Color Harmonies of #34192A
Complementary color
Monochromatic Colors of #34192A
Black with #34192A
Text Example
Text Example
White with #34192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34192A; }
p { color: rgb(52,25,42); }
H1.HeaderClassName
{
color: #34192A;
}
.AnyTagClassName
{
color: #34192A;
}
</style>
background-color css
<style>
a { background-color: #34192A; }
a { background-color: rgb(52,25,42); }
div.DivClassName
{
background-color: #34192A;
}
.BgClassName
{
background-color: #34192A;
}
</style>
border-color css
<style>
span { border-color: #34192A; }
span { border-color: rgb(52,25,42); }
td.TdClassName
{
border-color: #34192A;
}
.TagClassName
{
border-color: #34192A;
}
</style>