Shades of Blackberry #34071C
Tints of Blackberry #34071C
RGB
CMYK
RGB Variations
Color information
#34071C (or 0x34071C) is known color: Blackberry. HEX triplet: 34, 07 and 1C. RGB value is (52,7,28). Sum of RGB (Red+Green+Blue) = 52+7+28=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #34071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34071C is #CBF8E3. Grayscale: #161616. Windows color (decimal): -13367524 or 1836852. OLE color: 1836852.
HSL color Cylindrical-coordinate representation of color #34071C: hue angle of 332º 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 #34071C is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 7 | 28 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.80 |
| HSL | 332º | 0.76% | 0.12% | - |
| HSV(B) | 332º | 0.87% | 0.2% | - |
| XYZ | 1.7 | 0.97 | 1.2 | - |
| YUV | 22.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 28 | 0 | 0.87 | 0.46 | 0.80 | 332 | 0.76 | 0.12 |
| Hex | 34 | 7 | 1C | 0 | 57 | 2E | 50 | 14C | 4C | C |
| Octal | 64 | 7 | 34 | 0 | 127 | 56 | 120 | 514 | 114 | 14 |
| Binary | 110100 | 111 | 11100 | 0 | 1010111 | 101110 | 1010000 | 101001100 | 1001100 | 1100 |
Color Harmonies of #34071C
Complementary color
Monochromatic Colors of #34071C
Black with #34071C
Text Example
Text Example
White with #34071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34071C; }
p { color: rgb(52,7,28); }
H1.HeaderClassName
{
color: #34071C;
}
.AnyTagClassName
{
color: #34071C;
}
</style>
background-color css
<style>
a { background-color: #34071C; }
a { background-color: rgb(52,7,28); }
div.DivClassName
{
background-color: #34071C;
}
.BgClassName
{
background-color: #34071C;
}
</style>
border-color css
<style>
span { border-color: #34071C; }
span { border-color: rgb(52,7,28); }
td.TdClassName
{
border-color: #34071C;
}
.TagClassName
{
border-color: #34071C;
}
</style>