Shades of Blackberry #34042B
Tints of Blackberry #34042B
RGB
CMYK
RGB Variations
Color information
#34042B (or 0x34042B) is known color: Blackberry. HEX triplet: 34, 04 and 2B. RGB value is (52,4,43). Sum of RGB (Red+Green+Blue) = 52+4+43=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #34042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34042B is #CBFBD4. Grayscale: #161616. Windows color (decimal): -13368277 or 2819124. OLE color: 2819124.
HSL color Cylindrical-coordinate representation of color #34042B: hue angle of 311.25º 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 #34042B is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 4 | 43 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.80 |
| HSL | 311.25º | 0.86% | 0.11% | - |
| HSV(B) | 311.25º | 0.92% | 0.2% | - |
| XYZ | 1.9 | 0.99 | 2.38 | - |
| YUV | 22.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 43 | 0 | 0.92 | 0.17 | 0.80 | 311.25 | 0.86 | 0.11 |
| Hex | 34 | 4 | 2B | 0 | 5C | 11 | 50 | 137 | 56 | B |
| Octal | 64 | 4 | 53 | 0 | 134 | 21 | 120 | 467 | 126 | 13 |
| Binary | 110100 | 100 | 101011 | 0 | 1011100 | 10001 | 1010000 | 100110111 | 1010110 | 1011 |
Color Harmonies of #34042B
Complementary color
Monochromatic Colors of #34042B
Black with #34042B
Text Example
Text Example
White with #34042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34042B; }
p { color: rgb(52,4,43); }
H1.HeaderClassName
{
color: #34042B;
}
.AnyTagClassName
{
color: #34042B;
}
</style>
background-color css
<style>
a { background-color: #34042B; }
a { background-color: rgb(52,4,43); }
div.DivClassName
{
background-color: #34042B;
}
.BgClassName
{
background-color: #34042B;
}
</style>
border-color css
<style>
span { border-color: #34042B; }
span { border-color: rgb(52,4,43); }
td.TdClassName
{
border-color: #34042B;
}
.TagClassName
{
border-color: #34042B;
}
</style>