Shades of Blackberry #341223
Tints of Blackberry #341223
RGB
CMYK
RGB Variations
Color information
#341223 (or 0x341223) is known color: Blackberry. HEX triplet: 34, 12 and 23. RGB value is (52,18,35). Sum of RGB (Red+Green+Blue) = 52+18+35=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #341223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341223 is #CBEDDC. Grayscale: #1E1E1E. Windows color (decimal): -13364701 or 2298420. OLE color: 2298420.
HSL color Cylindrical-coordinate representation of color #341223: hue angle of 330º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #341223 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 18 | 35 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.80 |
| HSL | 330º | 0.49% | 0.14% | - |
| HSV(B) | 330º | 0.65% | 0.2% | - |
| XYZ | 1.94 | 1.28 | 1.74 | - |
| YUV | 30.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 35 | 0 | 0.65 | 0.33 | 0.80 | 330 | 0.49 | 0.14 |
| Hex | 34 | 12 | 23 | 0 | 41 | 21 | 50 | 14A | 31 | E |
| Octal | 64 | 22 | 43 | 0 | 101 | 41 | 120 | 512 | 61 | 16 |
| Binary | 110100 | 10010 | 100011 | 0 | 1000001 | 100001 | 1010000 | 101001010 | 110001 | 1110 |
Color Harmonies of #341223
Complementary color
Monochromatic Colors of #341223
Black with #341223
Text Example
Text Example
White with #341223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341223; }
p { color: rgb(52,18,35); }
H1.HeaderClassName
{
color: #341223;
}
.AnyTagClassName
{
color: #341223;
}
</style>
background-color css
<style>
a { background-color: #341223; }
a { background-color: rgb(52,18,35); }
div.DivClassName
{
background-color: #341223;
}
.BgClassName
{
background-color: #341223;
}
</style>
border-color css
<style>
span { border-color: #341223; }
span { border-color: rgb(52,18,35); }
td.TdClassName
{
border-color: #341223;
}
.TagClassName
{
border-color: #341223;
}
</style>