Shades of Blackcurrant #22142F
Tints of Blackcurrant #22142F
RGB
CMYK
RGB Variations
Color information
#22142F (or 0x22142F) is known color: Blackcurrant. HEX triplet: 22, 14 and 2F. RGB value is (34,20,47). Sum of RGB (Red+Green+Blue) = 34+20+47=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 47 - color contains mainly: blue. Hex color #22142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22142F is #DDEBD0. Grayscale: #1B1B1B. Windows color (decimal): -14543825 or 3085346. OLE color: 3085346.
HSL color Cylindrical-coordinate representation of color #22142F: hue angle of 271.11º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #22142F is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 20 | 47 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.82 |
| HSL | 271.11º | 0.4% | 0.13% | - |
| HSV(B) | 271.11º | 0.57% | 0.18% | - |
| XYZ | 1.42 | 1.05 | 2.82 | - |
| YUV | 27.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 47 | 0.28 | 0.57 | 0 | 0.82 | 271.11 | 0.4 | 0.13 |
| Hex | 22 | 14 | 2F | 1C | 39 | 0 | 52 | 10F | 28 | D |
| Octal | 42 | 24 | 57 | 34 | 71 | 0 | 122 | 417 | 50 | 15 |
| Binary | 100010 | 10100 | 101111 | 11100 | 111001 | 0 | 1010010 | 100001111 | 101000 | 1101 |
Color Harmonies of #22142F
Complementary color
Monochromatic Colors of #22142F
Black with #22142F
Text Example
Text Example
White with #22142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22142F; }
p { color: rgb(34,20,47); }
H1.HeaderClassName
{
color: #22142F;
}
.AnyTagClassName
{
color: #22142F;
}
</style>
background-color css
<style>
a { background-color: #22142F; }
a { background-color: rgb(34,20,47); }
div.DivClassName
{
background-color: #22142F;
}
.BgClassName
{
background-color: #22142F;
}
</style>
border-color css
<style>
span { border-color: #22142F; }
span { border-color: rgb(34,20,47); }
td.TdClassName
{
border-color: #22142F;
}
.TagClassName
{
border-color: #22142F;
}
</style>