#160221

Color #160221 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #160221

Tints of Blackcurrant #160221

Color information

#160221 (or 0x160221) is unknown color: approx Blackcurrant. HEX triplet: 16, 02 and 21. RGB value is (22,2,33). Sum of RGB (Red+Green+Blue) = 22+2+33=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #160221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160221 is #E9FDDE. Grayscale: #0B0B0B. Windows color (decimal): -15334879 or 2163222. OLE color: 2163222.

HSL color Cylindrical-coordinate representation of color #160221: hue angle of 278.71º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160221 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB22233-
CMYK0.330.9400.87
HSL278.71º88.57%6.86%-
HSV(B)278.71º93.94%12.94%-
XYZ0.630.321.47-
YUV11.51140.13135.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 38.60%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 33 (13.28% from 255) = 57.89%
R=38.60%
G=3.51%
B=57.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal222330.330.9400.87278.7188.576.86
Hex16221215E057117597
Octal262414113601274271317
Binary10110101000011000011011110010101111000101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160221; }

 p { color: rgb(22,2,33); }

 H1.HeaderClassName
 {
   color: #160221;
 }
 .AnyTagClassName
 {
   color: #160221;
 }
</style>
background-color css

<style>
 a { background-color: #160221; }

 a { background-color: rgb(22,2,33); }

 div.DivClassName
 {
   background-color: #160221;
 }
 .BgClassName
 {
   background-color: #160221;
 }
</style>
border-color css

<style>
 span { border-color: #160221; }

 span { border-color: rgb(22,2,33); }

 td.TdClassName
 {
   border-color: #160221;
 }
 .TagClassName
 {
   border-color: #160221;
 }
</style>