Shades of Blackberry #34041C
Tints of Blackberry #34041C
RGB
CMYK
RGB Variations
Color information
#34041C (or 0x34041C) is known color: Blackberry. HEX triplet: 34, 04 and 1C. RGB value is (52,4,28). Sum of RGB (Red+Green+Blue) = 52+4+28=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #34041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34041C is #CBFBE3. Grayscale: #151515. Windows color (decimal): -13368292 or 1836084. OLE color: 1836084.
HSL color Cylindrical-coordinate representation of color #34041C: hue angle of 330º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34041C is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 4 | 28 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.80 |
| HSL | 330º | 0.86% | 0.11% | - |
| HSV(B) | 330º | 0.92% | 0.2% | - |
| XYZ | 1.67 | 0.9 | 1.18 | - |
| YUV | 21.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 28 | 0 | 0.92 | 0.46 | 0.80 | 330 | 0.86 | 0.11 |
| Hex | 34 | 4 | 1C | 0 | 5C | 2E | 50 | 14A | 56 | B |
| Octal | 64 | 4 | 34 | 0 | 134 | 56 | 120 | 512 | 126 | 13 |
| Binary | 110100 | 100 | 11100 | 0 | 1011100 | 101110 | 1010000 | 101001010 | 1010110 | 1011 |
Color Harmonies of #34041C
Complementary color
Monochromatic Colors of #34041C
Black with #34041C
Text Example
Text Example
White with #34041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34041C; }
p { color: rgb(52,4,28); }
H1.HeaderClassName
{
color: #34041C;
}
.AnyTagClassName
{
color: #34041C;
}
</style>
background-color css
<style>
a { background-color: #34041C; }
a { background-color: rgb(52,4,28); }
div.DivClassName
{
background-color: #34041C;
}
.BgClassName
{
background-color: #34041C;
}
</style>
border-color css
<style>
span { border-color: #34041C; }
span { border-color: rgb(52,4,28); }
td.TdClassName
{
border-color: #34041C;
}
.TagClassName
{
border-color: #34041C;
}
</style>