#16011D

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

Shades of Blackcurrant #16011D

Tints of Blackcurrant #16011D

Color information

#16011D (or 0x16011D) is unknown color: approx Blackcurrant. HEX triplet: 16, 01 and 1D. RGB value is (22,1,29). Sum of RGB (Red+Green+Blue) = 22+1+29=52 (6% of max value = 765). Red value is 22 (8.98% from 255 or 42.31% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #16011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16011D is #E9FEE2. Grayscale: #0A0A0A. Windows color (decimal): -15335139 or 1900822. OLE color: 1900822.

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

Color convert

RGB22129-
CMYK0.240.9700.89
HSL285º93.33%5.88%-
HSV(B)285º96.55%11.37%-
XYZ0.560.281.19-
YUV10.47138.46136.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 42.31%
GREEN value IS 1 (0.78% from 255) = 1.92%
BLUE value IS 29 (11.72% from 255) = 55.77%
R=42.31%
G=1.92%
B=55.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal221290.240.9700.8928593.335.88
Hex1611D186105911d5d6
Octal261353014101314351356
Binary10110111101110001100001010110011000111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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