#16021A

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

Shades of Blackcurrant #16021A

Tints of Blackcurrant #16021A

Color information

#16021A (or 0x16021A) is unknown color: approx Blackcurrant. HEX triplet: 16, 02 and 1A. RGB value is (22,2,26). Sum of RGB (Red+Green+Blue) = 22+2+26=50 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #16021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16021A is #E9FDE5. Grayscale: #0A0A0A. Windows color (decimal): -15334886 or 1704470. OLE color: 1704470.

HSL color Cylindrical-coordinate representation of color #16021A: hue angle of 290º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #16021A is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB22226-
CMYK0.150.9200.90
HSL290º85.71%5.49%-
HSV(B)290º92.31%10.2%-
XYZ0.540.291-
YUV10.72136.63136.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 44%
GREEN value IS 2 (1.17% from 255) = 4%
BLUE value IS 26 (10.55% from 255) = 52%
R=44%
G=4%
B=52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal222260.150.9200.9029085.715.49
Hex1621AF5C05A122565
Octal262321713401324421265
Binary10110101101011111011100010110101001000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16021A; }

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

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

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

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

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

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

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

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