Shades of Blackberry #34172A
Tints of Blackberry #34172A
RGB
CMYK
RGB Variations
Color information
#34172A (or 0x34172A) is known color: Blackberry. HEX triplet: 34, 17 and 2A. RGB value is (52,23,42). Sum of RGB (Red+Green+Blue) = 52+23+42=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #34172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34172A is #CBE8D5. Grayscale: #212121. Windows color (decimal): -13363414 or 2758452. OLE color: 2758452.
HSL color Cylindrical-coordinate representation of color #34172A: hue angle of 320.69º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34172A is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 23 | 42 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.80 |
| HSL | 320.69º | 0.39% | 0.15% | - |
| HSV(B) | 320.69º | 0.56% | 0.2% | - |
| XYZ | 2.14 | 1.51 | 2.37 | - |
| YUV | 33.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 42 | 0 | 0.56 | 0.19 | 0.80 | 320.69 | 0.39 | 0.15 |
| Hex | 34 | 17 | 2A | 0 | 38 | 13 | 50 | 141 | 27 | F |
| Octal | 64 | 27 | 52 | 0 | 70 | 23 | 120 | 501 | 47 | 17 |
| Binary | 110100 | 10111 | 101010 | 0 | 111000 | 10011 | 1010000 | 101000001 | 100111 | 1111 |
Color Harmonies of #34172A
Complementary color
Monochromatic Colors of #34172A
Black with #34172A
Text Example
Text Example
White with #34172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34172A; }
p { color: rgb(52,23,42); }
H1.HeaderClassName
{
color: #34172A;
}
.AnyTagClassName
{
color: #34172A;
}
</style>
background-color css
<style>
a { background-color: #34172A; }
a { background-color: rgb(52,23,42); }
div.DivClassName
{
background-color: #34172A;
}
.BgClassName
{
background-color: #34172A;
}
</style>
border-color css
<style>
span { border-color: #34172A; }
span { border-color: rgb(52,23,42); }
td.TdClassName
{
border-color: #34172A;
}
.TagClassName
{
border-color: #34172A;
}
</style>