Shades of Blackcurrant #220C38
Tints of Blackcurrant #220C38
RGB
CMYK
RGB Variations
Color information
#220C38 (or 0x220C38) is known color: Blackcurrant. HEX triplet: 22, 0C and 38. RGB value is (34,12,56). Sum of RGB (Red+Green+Blue) = 34+12+56=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #220C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220C38 is #DDF3C7. Grayscale: #171717. Windows color (decimal): -14545864 or 3673122. OLE color: 3673122.
HSL color Cylindrical-coordinate representation of color #220C38: hue angle of 270º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #220C38 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 12 | 56 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.78 |
| HSL | 270º | 0.65% | 0.13% | - |
| HSV(B) | 270º | 0.79% | 0.22% | - |
| XYZ | 1.5 | 0.89 | 3.83 | - |
| YUV | 23.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 56 | 0.39 | 0.79 | 0 | 0.78 | 270 | 0.65 | 0.13 |
| Hex | 22 | C | 38 | 27 | 4F | 0 | 4E | 10E | 41 | D |
| Octal | 42 | 14 | 70 | 47 | 117 | 0 | 116 | 416 | 101 | 15 |
| Binary | 100010 | 1100 | 111000 | 100111 | 1001111 | 0 | 1001110 | 100001110 | 1000001 | 1101 |
Color Harmonies of #220C38
Complementary color
Monochromatic Colors of #220C38
Black with #220C38
Text Example
Text Example
White with #220C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C38; }
p { color: rgb(34,12,56); }
H1.HeaderClassName
{
color: #220C38;
}
.AnyTagClassName
{
color: #220C38;
}
</style>
background-color css
<style>
a { background-color: #220C38; }
a { background-color: rgb(34,12,56); }
div.DivClassName
{
background-color: #220C38;
}
.BgClassName
{
background-color: #220C38;
}
</style>
border-color css
<style>
span { border-color: #220C38; }
span { border-color: rgb(34,12,56); }
td.TdClassName
{
border-color: #220C38;
}
.TagClassName
{
border-color: #220C38;
}
</style>