Shades of Blackcurrant #221430
Tints of Blackcurrant #221430
RGB
CMYK
RGB Variations
Color information
#221430 (or 0x221430) is known color: Blackcurrant. HEX triplet: 22, 14 and 30. RGB value is (34,20,48). Sum of RGB (Red+Green+Blue) = 34+20+48=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #221430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221430 is #DDEBCF. Grayscale: #1B1B1B. Windows color (decimal): -14543824 or 3150882. OLE color: 3150882.
HSL color Cylindrical-coordinate representation of color #221430: hue angle of 270º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #221430 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 20 | 48 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.81 |
| HSL | 270º | 0.41% | 0.13% | - |
| HSV(B) | 270º | 0.58% | 0.19% | - |
| XYZ | 1.44 | 1.05 | 2.92 | - |
| YUV | 27.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 48 | 0.29 | 0.58 | 0 | 0.81 | 270 | 0.41 | 0.13 |
| Hex | 22 | 14 | 30 | 1D | 3A | 0 | 51 | 10E | 29 | D |
| Octal | 42 | 24 | 60 | 35 | 72 | 0 | 121 | 416 | 51 | 15 |
| Binary | 100010 | 10100 | 110000 | 11101 | 111010 | 0 | 1010001 | 100001110 | 101001 | 1101 |
Color Harmonies of #221430
Complementary color
Monochromatic Colors of #221430
Black with #221430
Text Example
Text Example
White with #221430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221430; }
p { color: rgb(34,20,48); }
H1.HeaderClassName
{
color: #221430;
}
.AnyTagClassName
{
color: #221430;
}
</style>
background-color css
<style>
a { background-color: #221430; }
a { background-color: rgb(34,20,48); }
div.DivClassName
{
background-color: #221430;
}
.BgClassName
{
background-color: #221430;
}
</style>
border-color css
<style>
span { border-color: #221430; }
span { border-color: rgb(34,20,48); }
td.TdClassName
{
border-color: #221430;
}
.TagClassName
{
border-color: #221430;
}
</style>