Shades of Blackberry #34011B
Tints of Blackberry #34011B
RGB
CMYK
RGB Variations
Color information
#34011B (or 0x34011B) is known color: Blackberry. HEX triplet: 34, 01 and 1B. RGB value is (52,1,27). Sum of RGB (Red+Green+Blue) = 52+1+27=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #34011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34011B is #CBFEE4. Grayscale: #131313. Windows color (decimal): -13369061 or 1769780. OLE color: 1769780.
HSL color Cylindrical-coordinate representation of color #34011B: hue angle of 329.41º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34011B is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 1 | 27 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.80 |
| HSL | 329.41º | 0.96% | 0.1% | - |
| HSV(B) | 329.41º | 0.98% | 0.2% | - |
| XYZ | 1.62 | 0.83 | 1.11 | - |
| YUV | 19.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 27 | 0 | 0.98 | 0.48 | 0.80 | 329.41 | 0.96 | 0.1 |
| Hex | 34 | 1 | 1B | 0 | 62 | 30 | 50 | 149 | 60 | A |
| Octal | 64 | 1 | 33 | 0 | 142 | 60 | 120 | 511 | 140 | 12 |
| Binary | 110100 | 1 | 11011 | 0 | 1100010 | 110000 | 1010000 | 101001001 | 1100000 | 1010 |
Color Harmonies of #34011B
Complementary color
Monochromatic Colors of #34011B
Black with #34011B
Text Example
Text Example
White with #34011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34011B; }
p { color: rgb(52,1,27); }
H1.HeaderClassName
{
color: #34011B;
}
.AnyTagClassName
{
color: #34011B;
}
</style>
background-color css
<style>
a { background-color: #34011B; }
a { background-color: rgb(52,1,27); }
div.DivClassName
{
background-color: #34011B;
}
.BgClassName
{
background-color: #34011B;
}
</style>
border-color css
<style>
span { border-color: #34011B; }
span { border-color: rgb(52,1,27); }
td.TdClassName
{
border-color: #34011B;
}
.TagClassName
{
border-color: #34011B;
}
</style>