Shades of Blackberry #34001E
Tints of Blackberry #34001E
RGB
CMYK
RGB Variations
Color information
#34001E (or 0x34001E) is known color: Blackberry. HEX triplet: 34, 00 and 1E. RGB value is (52,0,30). Sum of RGB (Red+Green+Blue) = 52+0+30=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #34001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34001E is #CBFFE1. Grayscale: #121212. Windows color (decimal): -13369314 or 1966132. OLE color: 1966132.
HSL color Cylindrical-coordinate representation of color #34001E: hue angle of 325.38º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34001E is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.42 | 0.80 |
| HSL | 325.38º | 1% | 0.1% | - |
| HSV(B) | 325.38º | 1% | 0.2% | - |
| XYZ | 1.65 | 0.82 | 1.3 | - |
| YUV | 18.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 30 | 0 | 1 | 0.42 | 0.80 | 325.38 | 1 | 0.1 |
| Hex | 34 | 0 | 1E | 0 | 64 | 2A | 50 | 145 | 64 | A |
| Octal | 64 | 0 | 36 | 0 | 144 | 52 | 120 | 505 | 144 | 12 |
| Binary | 110100 | 0 | 11110 | 0 | 1100100 | 101010 | 1010000 | 101000101 | 1100100 | 1010 |
Color Harmonies of #34001E
Complementary color
Monochromatic Colors of #34001E
Black with #34001E
Text Example
Text Example
White with #34001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34001E; }
p { color: rgb(52,0,30); }
H1.HeaderClassName
{
color: #34001E;
}
.AnyTagClassName
{
color: #34001E;
}
</style>
background-color css
<style>
a { background-color: #34001E; }
a { background-color: rgb(52,0,30); }
div.DivClassName
{
background-color: #34001E;
}
.BgClassName
{
background-color: #34001E;
}
</style>
border-color css
<style>
span { border-color: #34001E; }
span { border-color: rgb(52,0,30); }
td.TdClassName
{
border-color: #34001E;
}
.TagClassName
{
border-color: #34001E;
}
</style>