Shades of Blackcurrant #22152F
Tints of Blackcurrant #22152F
RGB
CMYK
RGB Variations
Color information
#22152F (or 0x22152F) is known color: Blackcurrant. HEX triplet: 22, 15 and 2F. RGB value is (34,21,47). Sum of RGB (Red+Green+Blue) = 34+21+47=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 47 - color contains mainly: blue. Hex color #22152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22152F is #DDEAD0. Grayscale: #1B1B1B. Windows color (decimal): -14543569 or 3085602. OLE color: 3085602.
HSL color Cylindrical-coordinate representation of color #22152F: hue angle of 270º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #22152F is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 21 | 47 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.82 |
| HSL | 270º | 0.38% | 0.13% | - |
| HSV(B) | 270º | 0.55% | 0.18% | - |
| XYZ | 1.44 | 1.08 | 2.82 | - |
| YUV | 27.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 47 | 0.28 | 0.55 | 0 | 0.82 | 270 | 0.38 | 0.13 |
| Hex | 22 | 15 | 2F | 1C | 37 | 0 | 52 | 10E | 26 | D |
| Octal | 42 | 25 | 57 | 34 | 67 | 0 | 122 | 416 | 46 | 15 |
| Binary | 100010 | 10101 | 101111 | 11100 | 110111 | 0 | 1010010 | 100001110 | 100110 | 1101 |
Color Harmonies of #22152F
Complementary color
Monochromatic Colors of #22152F
Black with #22152F
Text Example
Text Example
White with #22152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22152F; }
p { color: rgb(34,21,47); }
H1.HeaderClassName
{
color: #22152F;
}
.AnyTagClassName
{
color: #22152F;
}
</style>
background-color css
<style>
a { background-color: #22152F; }
a { background-color: rgb(34,21,47); }
div.DivClassName
{
background-color: #22152F;
}
.BgClassName
{
background-color: #22152F;
}
</style>
border-color css
<style>
span { border-color: #22152F; }
span { border-color: rgb(34,21,47); }
td.TdClassName
{
border-color: #22152F;
}
.TagClassName
{
border-color: #22152F;
}
</style>