Shades of Blackberry #34061E
Tints of Blackberry #34061E
RGB
CMYK
RGB Variations
Color information
#34061E (or 0x34061E) is known color: Blackberry. HEX triplet: 34, 06 and 1E. RGB value is (52,6,30). Sum of RGB (Red+Green+Blue) = 52+6+30=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #34061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34061E is #CBF9E1. Grayscale: #161616. Windows color (decimal): -13367778 or 1967668. OLE color: 1967668.
HSL color Cylindrical-coordinate representation of color #34061E: hue angle of 328.7º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34061E is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 6 | 30 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.80 |
| HSL | 328.7º | 0.79% | 0.11% | - |
| HSV(B) | 328.7º | 0.88% | 0.2% | - |
| XYZ | 1.72 | 0.95 | 1.32 | - |
| YUV | 22.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 6 | 30 | 0 | 0.88 | 0.42 | 0.80 | 328.7 | 0.79 | 0.11 |
| Hex | 34 | 6 | 1E | 0 | 58 | 2A | 50 | 149 | 4F | B |
| Octal | 64 | 6 | 36 | 0 | 130 | 52 | 120 | 511 | 117 | 13 |
| Binary | 110100 | 110 | 11110 | 0 | 1011000 | 101010 | 1010000 | 101001001 | 1001111 | 1011 |
Color Harmonies of #34061E
Complementary color
Monochromatic Colors of #34061E
Black with #34061E
Text Example
Text Example
White with #34061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34061E; }
p { color: rgb(52,6,30); }
H1.HeaderClassName
{
color: #34061E;
}
.AnyTagClassName
{
color: #34061E;
}
</style>
background-color css
<style>
a { background-color: #34061E; }
a { background-color: rgb(52,6,30); }
div.DivClassName
{
background-color: #34061E;
}
.BgClassName
{
background-color: #34061E;
}
</style>
border-color css
<style>
span { border-color: #34061E; }
span { border-color: rgb(52,6,30); }
td.TdClassName
{
border-color: #34061E;
}
.TagClassName
{
border-color: #34061E;
}
</style>