Shades of Blackberry #340018
Tints of Blackberry #340018
RGB
CMYK
RGB Variations
Color information
#340018 (or 0x340018) is known color: Blackberry. HEX triplet: 34, 00 and 18. RGB value is (52,0,24). Sum of RGB (Red+Green+Blue) = 52+0+24=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #340018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340018 is #CBFFE7. Grayscale: #121212. Windows color (decimal): -13369320 or 1572916. OLE color: 1572916.
HSL color Cylindrical-coordinate representation of color #340018: hue angle of 332.31º 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 #340018 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.54 | 0.80 |
| HSL | 332.31º | 1% | 0.1% | - |
| HSV(B) | 332.31º | 1% | 0.2% | - |
| XYZ | 1.58 | 0.8 | 0.93 | - |
| YUV | 18.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 24 | 0 | 1 | 0.54 | 0.80 | 332.31 | 1 | 0.1 |
| Hex | 34 | 0 | 18 | 0 | 64 | 36 | 50 | 14C | 64 | A |
| Octal | 64 | 0 | 30 | 0 | 144 | 66 | 120 | 514 | 144 | 12 |
| Binary | 110100 | 0 | 11000 | 0 | 1100100 | 110110 | 1010000 | 101001100 | 1100100 | 1010 |
Color Harmonies of #340018
Complementary color
Monochromatic Colors of #340018
Black with #340018
Text Example
Text Example
White with #340018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340018; }
p { color: rgb(52,0,24); }
H1.HeaderClassName
{
color: #340018;
}
.AnyTagClassName
{
color: #340018;
}
</style>
background-color css
<style>
a { background-color: #340018; }
a { background-color: rgb(52,0,24); }
div.DivClassName
{
background-color: #340018;
}
.BgClassName
{
background-color: #340018;
}
</style>
border-color css
<style>
span { border-color: #340018; }
span { border-color: rgb(52,0,24); }
td.TdClassName
{
border-color: #340018;
}
.TagClassName
{
border-color: #340018;
}
</style>