#16021C

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

Shades of Blackcurrant #16021C

Tints of Blackcurrant #16021C

Color information

#16021C (or 0x16021C) is unknown color: approx Blackcurrant. HEX triplet: 16, 02 and 1C. RGB value is (22,2,28). Sum of RGB (Red+Green+Blue) = 22+2+28=52 (6% of max value = 765). Red value is 22 (8.98% from 255 or 42.31% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #16021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16021C is #E9FDE3. Grayscale: #0A0A0A. Windows color (decimal): -15334884 or 1835542. OLE color: 1835542.

HSL color Cylindrical-coordinate representation of color #16021C: hue angle of 286.15º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16021C is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB22228-
CMYK0.210.9300.89
HSL286.15º86.67%5.88%-
HSV(B)286.15º92.86%10.98%-
XYZ0.560.31.13-
YUV10.94137.63135.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 42.31%
GREEN value IS 2 (1.17% from 255) = 3.85%
BLUE value IS 28 (11.33% from 255) = 53.85%
R=42.31%
G=3.85%
B=53.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal222280.210.9300.89286.1586.675.88
Hex1621C155D05911e576
Octal262342513501314361276
Binary101101011100101011011101010110011000111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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