Shades of Blackberry #34001A
Tints of Blackberry #34001A
RGB
CMYK
RGB Variations
Color information
#34001A (or 0x34001A) is known color: Blackberry. HEX triplet: 34, 00 and 1A. RGB value is (52,0,26). Sum of RGB (Red+Green+Blue) = 52+0+26=78 (10% of max value = 765). Red value is 52 (20.70% from 255 or 66.67% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 52 - color contains mainly: red. Hex color #34001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34001A is #CBFFE5. Grayscale: #121212. Windows color (decimal): -13369318 or 1703988. OLE color: 1703988.
HSL color Cylindrical-coordinate representation of color #34001A: hue angle of 330º 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 #34001A is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.50 | 0.80 |
| HSL | 330º | 1% | 0.1% | - |
| HSV(B) | 330º | 1% | 0.2% | - |
| XYZ | 1.6 | 0.8 | 1.05 | - |
| YUV | 18.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 26 | 0 | 1 | 0.50 | 0.80 | 330 | 1 | 0.1 |
| Hex | 34 | 0 | 1A | 0 | 64 | 32 | 50 | 14A | 64 | A |
| Octal | 64 | 0 | 32 | 0 | 144 | 62 | 120 | 512 | 144 | 12 |
| Binary | 110100 | 0 | 11010 | 0 | 1100100 | 110010 | 1010000 | 101001010 | 1100100 | 1010 |
Color Harmonies of #34001A
Complementary color
Monochromatic Colors of #34001A
Black with #34001A
Text Example
Text Example
White with #34001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34001A; }
p { color: rgb(52,0,26); }
H1.HeaderClassName
{
color: #34001A;
}
.AnyTagClassName
{
color: #34001A;
}
</style>
background-color css
<style>
a { background-color: #34001A; }
a { background-color: rgb(52,0,26); }
div.DivClassName
{
background-color: #34001A;
}
.BgClassName
{
background-color: #34001A;
}
</style>
border-color css
<style>
span { border-color: #34001A; }
span { border-color: rgb(52,0,26); }
td.TdClassName
{
border-color: #34001A;
}
.TagClassName
{
border-color: #34001A;
}
</style>