Shades of Blackberry #34001F
Tints of Blackberry #34001F
RGB
CMYK
RGB Variations
Color information
#34001F (or 0x34001F) is known color: Blackberry. HEX triplet: 34, 00 and 1F. RGB value is (52,0,31). Sum of RGB (Red+Green+Blue) = 52+0+31=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #34001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34001F is #CBFFE0. Grayscale: #131313. Windows color (decimal): -13369313 or 2031668. OLE color: 2031668.
HSL color Cylindrical-coordinate representation of color #34001F: hue angle of 324.23º 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 #34001F is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.40 | 0.80 |
| HSL | 324.23º | 1% | 0.1% | - |
| HSV(B) | 324.23º | 1% | 0.2% | - |
| XYZ | 1.66 | 0.83 | 1.37 | - |
| YUV | 19.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 31 | 0 | 1 | 0.40 | 0.80 | 324.23 | 1 | 0.1 |
| Hex | 34 | 0 | 1F | 0 | 64 | 28 | 50 | 144 | 64 | A |
| Octal | 64 | 0 | 37 | 0 | 144 | 50 | 120 | 504 | 144 | 12 |
| Binary | 110100 | 0 | 11111 | 0 | 1100100 | 101000 | 1010000 | 101000100 | 1100100 | 1010 |
Color Harmonies of #34001F
Complementary color
Monochromatic Colors of #34001F
Black with #34001F
Text Example
Text Example
White with #34001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34001F; }
p { color: rgb(52,0,31); }
H1.HeaderClassName
{
color: #34001F;
}
.AnyTagClassName
{
color: #34001F;
}
</style>
background-color css
<style>
a { background-color: #34001F; }
a { background-color: rgb(52,0,31); }
div.DivClassName
{
background-color: #34001F;
}
.BgClassName
{
background-color: #34001F;
}
</style>
border-color css
<style>
span { border-color: #34001F; }
span { border-color: rgb(52,0,31); }
td.TdClassName
{
border-color: #34001F;
}
.TagClassName
{
border-color: #34001F;
}
</style>