Shades of Blackberry #34021B
Tints of Blackberry #34021B
RGB
CMYK
RGB Variations
Color information
#34021B (or 0x34021B) is known color: Blackberry. HEX triplet: 34, 02 and 1B. RGB value is (52,2,27). Sum of RGB (Red+Green+Blue) = 52+2+27=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #34021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34021B is #CBFDE4. Grayscale: #131313. Windows color (decimal): -13368805 or 1770036. OLE color: 1770036.
HSL color Cylindrical-coordinate representation of color #34021B: hue angle of 330º 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 #34021B is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 2 | 27 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.80 |
| HSL | 330º | 0.93% | 0.11% | - |
| HSV(B) | 330º | 0.96% | 0.2% | - |
| XYZ | 1.64 | 0.85 | 1.12 | - |
| YUV | 19.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 27 | 0 | 0.96 | 0.48 | 0.80 | 330 | 0.93 | 0.11 |
| Hex | 34 | 2 | 1B | 0 | 60 | 30 | 50 | 14A | 5D | B |
| Octal | 64 | 2 | 33 | 0 | 140 | 60 | 120 | 512 | 135 | 13 |
| Binary | 110100 | 10 | 11011 | 0 | 1100000 | 110000 | 1010000 | 101001010 | 1011101 | 1011 |
Color Harmonies of #34021B
Complementary color
Monochromatic Colors of #34021B
Black with #34021B
Text Example
Text Example
White with #34021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34021B; }
p { color: rgb(52,2,27); }
H1.HeaderClassName
{
color: #34021B;
}
.AnyTagClassName
{
color: #34021B;
}
</style>
background-color css
<style>
a { background-color: #34021B; }
a { background-color: rgb(52,2,27); }
div.DivClassName
{
background-color: #34021B;
}
.BgClassName
{
background-color: #34021B;
}
</style>
border-color css
<style>
span { border-color: #34021B; }
span { border-color: rgb(52,2,27); }
td.TdClassName
{
border-color: #34021B;
}
.TagClassName
{
border-color: #34021B;
}
</style>