Shades of Blackberry #34002B
Tints of Blackberry #34002B
RGB
CMYK
RGB Variations
Color information
#34002B (or 0x34002B) is known color: Blackberry. HEX triplet: 34, 00 and 2B. RGB value is (52,0,43). Sum of RGB (Red+Green+Blue) = 52+0+43=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #34002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34002B is #CBFFD4. Grayscale: #141414. Windows color (decimal): -13369301 or 2818100. OLE color: 2818100.
HSL color Cylindrical-coordinate representation of color #34002B: hue angle of 310.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 #34002B is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.17 | 0.80 |
| HSL | 310.38º | 1% | 0.1% | - |
| HSV(B) | 310.38º | 1% | 0.2% | - |
| XYZ | 1.85 | 0.9 | 2.36 | - |
| YUV | 20.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 43 | 0 | 1 | 0.17 | 0.80 | 310.38 | 1 | 0.1 |
| Hex | 34 | 0 | 2B | 0 | 64 | 11 | 50 | 136 | 64 | A |
| Octal | 64 | 0 | 53 | 0 | 144 | 21 | 120 | 466 | 144 | 12 |
| Binary | 110100 | 0 | 101011 | 0 | 1100100 | 10001 | 1010000 | 100110110 | 1100100 | 1010 |
Color Harmonies of #34002B
Complementary color
Monochromatic Colors of #34002B
Black with #34002B
Text Example
Text Example
White with #34002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34002B; }
p { color: rgb(52,0,43); }
H1.HeaderClassName
{
color: #34002B;
}
.AnyTagClassName
{
color: #34002B;
}
</style>
background-color css
<style>
a { background-color: #34002B; }
a { background-color: rgb(52,0,43); }
div.DivClassName
{
background-color: #34002B;
}
.BgClassName
{
background-color: #34002B;
}
</style>
border-color css
<style>
span { border-color: #34002B; }
span { border-color: rgb(52,0,43); }
td.TdClassName
{
border-color: #34002B;
}
.TagClassName
{
border-color: #34002B;
}
</style>