Shades of Blackberry #340123
Tints of Blackberry #340123
RGB
CMYK
RGB Variations
Color information
#340123 (or 0x340123) is known color: Blackberry. HEX triplet: 34, 01 and 23. RGB value is (52,1,35). Sum of RGB (Red+Green+Blue) = 52+1+35=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 35 (14.06% from 255 or 39.77% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #340123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340123 is #CBFEDC. Grayscale: #141414. Windows color (decimal): -13369053 or 2294068. OLE color: 2294068.
HSL color Cylindrical-coordinate representation of color #340123: hue angle of 320º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340123 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 1 | 35 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.80 |
| HSL | 320º | 0.96% | 0.1% | - |
| HSV(B) | 320º | 0.98% | 0.2% | - |
| XYZ | 1.73 | 0.87 | 1.67 | - |
| YUV | 20.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 35 | 0 | 0.98 | 0.33 | 0.80 | 320 | 0.96 | 0.1 |
| Hex | 34 | 1 | 23 | 0 | 62 | 21 | 50 | 140 | 60 | A |
| Octal | 64 | 1 | 43 | 0 | 142 | 41 | 120 | 500 | 140 | 12 |
| Binary | 110100 | 1 | 100011 | 0 | 1100010 | 100001 | 1010000 | 101000000 | 1100000 | 1010 |
Color Harmonies of #340123
Complementary color
Monochromatic Colors of #340123
Black with #340123
Text Example
Text Example
White with #340123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340123; }
p { color: rgb(52,1,35); }
H1.HeaderClassName
{
color: #340123;
}
.AnyTagClassName
{
color: #340123;
}
</style>
background-color css
<style>
a { background-color: #340123; }
a { background-color: rgb(52,1,35); }
div.DivClassName
{
background-color: #340123;
}
.BgClassName
{
background-color: #340123;
}
</style>
border-color css
<style>
span { border-color: #340123; }
span { border-color: rgb(52,1,35); }
td.TdClassName
{
border-color: #340123;
}
.TagClassName
{
border-color: #340123;
}
</style>