Shades of Blackberry #34022B
Tints of Blackberry #34022B
RGB
CMYK
RGB Variations
Color information
#34022B (or 0x34022B) is known color: Blackberry. HEX triplet: 34, 02 and 2B. RGB value is (52,2,43). Sum of RGB (Red+Green+Blue) = 52+2+43=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #34022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34022B is #CBFDD4. Grayscale: #151515. Windows color (decimal): -13368789 or 2818612. OLE color: 2818612.
HSL color Cylindrical-coordinate representation of color #34022B: hue angle of 310.8º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34022B is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 2 | 43 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.80 |
| HSL | 310.8º | 0.93% | 0.11% | - |
| HSV(B) | 310.8º | 0.96% | 0.2% | - |
| XYZ | 1.87 | 0.95 | 2.37 | - |
| YUV | 21.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 43 | 0 | 0.96 | 0.17 | 0.80 | 310.8 | 0.93 | 0.11 |
| Hex | 34 | 2 | 2B | 0 | 60 | 11 | 50 | 137 | 5D | B |
| Octal | 64 | 2 | 53 | 0 | 140 | 21 | 120 | 467 | 135 | 13 |
| Binary | 110100 | 10 | 101011 | 0 | 1100000 | 10001 | 1010000 | 100110111 | 1011101 | 1011 |
Color Harmonies of #34022B
Complementary color
Monochromatic Colors of #34022B
Black with #34022B
Text Example
Text Example
White with #34022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34022B; }
p { color: rgb(52,2,43); }
H1.HeaderClassName
{
color: #34022B;
}
.AnyTagClassName
{
color: #34022B;
}
</style>
background-color css
<style>
a { background-color: #34022B; }
a { background-color: rgb(52,2,43); }
div.DivClassName
{
background-color: #34022B;
}
.BgClassName
{
background-color: #34022B;
}
</style>
border-color css
<style>
span { border-color: #34022B; }
span { border-color: rgb(52,2,43); }
td.TdClassName
{
border-color: #34022B;
}
.TagClassName
{
border-color: #34022B;
}
</style>