Shades of Blackcurrant #221B2B
Tints of Blackcurrant #221B2B
RGB
CMYK
RGB Variations
Color information
#221B2B (or 0x221B2B) is known color: Blackcurrant. HEX triplet: 22, 1B and 2B. RGB value is (34,27,43). Sum of RGB (Red+Green+Blue) = 34+27+43=104 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.69% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 43 - color contains mainly: blue. Hex color #221B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B2B is #DDE4D4. Grayscale: #1E1E1E. Windows color (decimal): -14542037 or 2824994. OLE color: 2824994.
HSL color Cylindrical-coordinate representation of color #221B2B: hue angle of 266.25º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #221B2B is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 27 | 43 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.83 |
| HSL | 266.25º | 0.23% | 0.14% | - |
| HSV(B) | 266.25º | 0.37% | 0.17% | - |
| XYZ | 1.49 | 1.3 | 2.46 | - |
| YUV | 30.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 43 | 0.21 | 0.37 | 0 | 0.83 | 266.25 | 0.23 | 0.14 |
| Hex | 22 | 1B | 2B | 15 | 25 | 0 | 53 | 10A | 17 | E |
| Octal | 42 | 33 | 53 | 25 | 45 | 0 | 123 | 412 | 27 | 16 |
| Binary | 100010 | 11011 | 101011 | 10101 | 100101 | 0 | 1010011 | 100001010 | 10111 | 1110 |
Color Harmonies of #221B2B
Complementary color
Monochromatic Colors of #221B2B
Black with #221B2B
Text Example
Text Example
White with #221B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B2B; }
p { color: rgb(34,27,43); }
H1.HeaderClassName
{
color: #221B2B;
}
.AnyTagClassName
{
color: #221B2B;
}
</style>
background-color css
<style>
a { background-color: #221B2B; }
a { background-color: rgb(34,27,43); }
div.DivClassName
{
background-color: #221B2B;
}
.BgClassName
{
background-color: #221B2B;
}
</style>
border-color css
<style>
span { border-color: #221B2B; }
span { border-color: rgb(34,27,43); }
td.TdClassName
{
border-color: #221B2B;
}
.TagClassName
{
border-color: #221B2B;
}
</style>