Shades of Blackberry #220317
Tints of Blackberry #220317
RGB
CMYK
RGB Variations
Color information
#220317 (or 0x220317) is known color: Blackberry. HEX triplet: 22, 03 and 17. RGB value is (34,3,23). Sum of RGB (Red+Green+Blue) = 34+3+23=60 (7% of max value = 765). Red value is 34 (13.67% from 255 or 56.67% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 34 - color contains mainly: red. Hex color #220317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220317 is #DDFCE8. Grayscale: #0E0E0E. Windows color (decimal): -14548201 or 1508130. OLE color: 1508130.
HSL color Cylindrical-coordinate representation of color #220317: hue angle of 321.29º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220317 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 3 | 23 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.87 |
| HSL | 321.29º | 0.84% | 0.07% | - |
| HSV(B) | 321.29º | 0.91% | 0.13% | - |
| XYZ | 0.85 | 0.47 | 0.86 | - |
| YUV | 14.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 23 | 0 | 0.91 | 0.32 | 0.87 | 321.29 | 0.84 | 0.07 |
| Hex | 22 | 3 | 17 | 0 | 5B | 20 | 57 | 141 | 54 | 7 |
| Octal | 42 | 3 | 27 | 0 | 133 | 40 | 127 | 501 | 124 | 7 |
| Binary | 100010 | 11 | 10111 | 0 | 1011011 | 100000 | 1010111 | 101000001 | 1010100 | 111 |
Color Harmonies of #220317
Complementary color
Monochromatic Colors of #220317
Black with #220317
Text Example
Text Example
White with #220317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220317; }
p { color: rgb(34,3,23); }
H1.HeaderClassName
{
color: #220317;
}
.AnyTagClassName
{
color: #220317;
}
</style>
background-color css
<style>
a { background-color: #220317; }
a { background-color: rgb(34,3,23); }
div.DivClassName
{
background-color: #220317;
}
.BgClassName
{
background-color: #220317;
}
</style>
border-color css
<style>
span { border-color: #220317; }
span { border-color: rgb(34,3,23); }
td.TdClassName
{
border-color: #220317;
}
.TagClassName
{
border-color: #220317;
}
</style>