Shades of Blackcurrant #221330
Tints of Blackcurrant #221330
RGB
CMYK
RGB Variations
Color information
#221330 (or 0x221330) is known color: Blackcurrant. HEX triplet: 22, 13 and 30. RGB value is (34,19,48). Sum of RGB (Red+Green+Blue) = 34+19+48=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #221330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221330 is #DDECCF. Grayscale: #1A1A1A. Windows color (decimal): -14544080 or 3150626. OLE color: 3150626.
HSL color Cylindrical-coordinate representation of color #221330: hue angle of 271.03º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #221330 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 34 | 19 | 48 | - |
CMYK | 0.29 | 0.60 | 0 | 0.81 |
HSL | 271.03º | 0.43% | 0.13% | - |
HSV(B) | 271.03º | 0.6% | 0.19% | - |
XYZ | 1.43 | 1.02 | 2.92 | - |
YUV | 26.79 | 139.97 | 133.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 34 | 19 | 48 | 0.29 | 0.60 | 0 | 0.81 | 271.03 | 0.43 | 0.13 |
Hex | 22 | 13 | 30 | 1D | 3C | 0 | 51 | 10F | 2B | D |
Octal | 42 | 23 | 60 | 35 | 74 | 0 | 121 | 417 | 53 | 15 |
Binary | 100010 | 10011 | 110000 | 11101 | 111100 | 0 | 1010001 | 100001111 | 101011 | 1101 |
Color Harmonies of #221330
Complementary color
Monochromatic Colors of #221330
Black with #221330
Text Example
Text Example
White with #221330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221330; }
p { color: rgb(34,19,48); }
H1.HeaderClassName
{
color: #221330;
}
.AnyTagClassName
{
color: #221330;
}
</style>
background-color css
<style>
a { background-color: #221330; }
a { background-color: rgb(34,19,48); }
div.DivClassName
{
background-color: #221330;
}
.BgClassName
{
background-color: #221330;
}
</style>
border-color css
<style>
span { border-color: #221330; }
span { border-color: rgb(34,19,48); }
td.TdClassName
{
border-color: #221330;
}
.TagClassName
{
border-color: #221330;
}
</style>