Shades of Blackberry #341723
Tints of Blackberry #341723
RGB
CMYK
RGB Variations
Color information
#341723 (or 0x341723) is known color: Blackberry. HEX triplet: 34, 17 and 23. RGB value is (52,23,35). Sum of RGB (Red+Green+Blue) = 52+23+35=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #341723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341723 is #CBE8DC. Grayscale: #212121. Windows color (decimal): -13363421 or 2299700. OLE color: 2299700.
HSL color Cylindrical-coordinate representation of color #341723: hue angle of 335.17º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #341723 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 23 | 35 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.80 |
| HSL | 335.17º | 0.39% | 0.15% | - |
| HSV(B) | 335.17º | 0.56% | 0.2% | - |
| XYZ | 2.03 | 1.46 | 1.77 | - |
| YUV | 33.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 35 | 0 | 0.56 | 0.33 | 0.80 | 335.17 | 0.39 | 0.15 |
| Hex | 34 | 17 | 23 | 0 | 38 | 21 | 50 | 14F | 27 | F |
| Octal | 64 | 27 | 43 | 0 | 70 | 41 | 120 | 517 | 47 | 17 |
| Binary | 110100 | 10111 | 100011 | 0 | 111000 | 100001 | 1010000 | 101001111 | 100111 | 1111 |
Color Harmonies of #341723
Complementary color
Monochromatic Colors of #341723
Black with #341723
Text Example
Text Example
White with #341723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341723; }
p { color: rgb(52,23,35); }
H1.HeaderClassName
{
color: #341723;
}
.AnyTagClassName
{
color: #341723;
}
</style>
background-color css
<style>
a { background-color: #341723; }
a { background-color: rgb(52,23,35); }
div.DivClassName
{
background-color: #341723;
}
.BgClassName
{
background-color: #341723;
}
</style>
border-color css
<style>
span { border-color: #341723; }
span { border-color: rgb(52,23,35); }
td.TdClassName
{
border-color: #341723;
}
.TagClassName
{
border-color: #341723;
}
</style>