#16011A

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

Shades of Blackcurrant #16011A

Tints of Blackcurrant #16011A

Color information

#16011A (or 0x16011A) is unknown color: approx Blackcurrant. HEX triplet: 16, 01 and 1A. RGB value is (22,1,26). Sum of RGB (Red+Green+Blue) = 22+1+26=49 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44.90% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 26 (10.55% from 255 or 53.06% from 49); Max value from RGB is 26 - color contains mainly: blue. Hex color #16011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16011A is #E9FEE5. Grayscale: #0A0A0A. Windows color (decimal): -15335142 or 1704214. OLE color: 1704214.

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

Color convert

RGB22126-
CMYK0.150.9600.90
HSL290.4º92.59%5.29%-
HSV(B)290.4º96.15%10.2%-
XYZ0.530.271-
YUV10.13136.96136.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 44.90%
GREEN value IS 1 (0.78% from 255) = 2.04%
BLUE value IS 26 (10.55% from 255) = 53.06%
R=44.90%
G=2.04%
B=53.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal221260.150.9600.90290.492.595.29
Hex1611AF6005A1225d5
Octal261321714001324421355
Binary1011011101011111100000010110101001000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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