#16011C

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

Shades of Blackcurrant #16011C

Tints of Blackcurrant #16011C

Color information

#16011C (or 0x16011C) is unknown color: approx Blackcurrant. HEX triplet: 16, 01 and 1C. RGB value is (22,1,28). Sum of RGB (Red+Green+Blue) = 22+1+28=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #16011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16011C is #E9FEE3. Grayscale: #0A0A0A. Windows color (decimal): -15335140 or 1835286. OLE color: 1835286.

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

Color convert

RGB22128-
CMYK0.210.9600.89
HSL286.67º93.1%5.69%-
HSV(B)286.67º96.43%10.98%-
XYZ0.550.281.12-
YUV10.36137.96136.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 43.14%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 28 (11.33% from 255) = 54.90%
R=43.14%
G=1.96%
B=54.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal221280.210.9600.89286.6793.15.69
Hex1611C156005911f5d6
Octal261342514001314371356
Binary10110111100101011100000010110011000111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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