Shades of Blackberry #220C1A
Tints of Blackberry #220C1A
RGB
CMYK
RGB Variations
Color information
#220C1A (or 0x220C1A) is known color: Blackberry. HEX triplet: 22, 0C and 1A. RGB value is (34,12,26). Sum of RGB (Red+Green+Blue) = 34+12+26=72 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.22% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 34 - color contains mainly: red. Hex color #220C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220C1A is #DDF3E5. Grayscale: #141414. Windows color (decimal): -14545894 or 1707042. OLE color: 1707042.
HSL color Cylindrical-coordinate representation of color #220C1A: hue angle of 321.82º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #220C1A is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 12 | 26 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.87 |
| HSL | 321.82º | 0.48% | 0.09% | - |
| HSV(B) | 321.82º | 0.65% | 0.13% | - |
| XYZ | 0.98 | 0.68 | 1.06 | - |
| YUV | 20.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 26 | 0 | 0.65 | 0.24 | 0.87 | 321.82 | 0.48 | 0.09 |
| Hex | 22 | C | 1A | 0 | 41 | 18 | 57 | 142 | 30 | 9 |
| Octal | 42 | 14 | 32 | 0 | 101 | 30 | 127 | 502 | 60 | 11 |
| Binary | 100010 | 1100 | 11010 | 0 | 1000001 | 11000 | 1010111 | 101000010 | 110000 | 1001 |
Color Harmonies of #220C1A
Complementary color
Monochromatic Colors of #220C1A
Black with #220C1A
Text Example
Text Example
White with #220C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C1A; }
p { color: rgb(34,12,26); }
H1.HeaderClassName
{
color: #220C1A;
}
.AnyTagClassName
{
color: #220C1A;
}
</style>
background-color css
<style>
a { background-color: #220C1A; }
a { background-color: rgb(34,12,26); }
div.DivClassName
{
background-color: #220C1A;
}
.BgClassName
{
background-color: #220C1A;
}
</style>
border-color css
<style>
span { border-color: #220C1A; }
span { border-color: rgb(34,12,26); }
td.TdClassName
{
border-color: #220C1A;
}
.TagClassName
{
border-color: #220C1A;
}
</style>