#16111D

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

Shades of Blackcurrant #16111D

Tints of Blackcurrant #16111D

Color information

#16111D (or 0x16111D) is unknown color: approx Blackcurrant. HEX triplet: 16, 11 and 1D. RGB value is (22,17,29). Sum of RGB (Red+Green+Blue) = 22+17+29=68 (9% of max value = 765). Red value is 22 (8.98% from 255 or 32.35% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 29 - color contains mainly: blue. Hex color #16111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16111D is #E9EEE2. Grayscale: #131313. Windows color (decimal): -15331043 or 1904918. OLE color: 1904918.

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

Color convert

RGB221729-
CMYK0.240.4100.89
HSL265º26.09%9.02%-
HSV(B)265º41.38%11.37%-
XYZ0.750.661.25-
YUV19.86133.16129.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 32.35%
GREEN value IS 17 (7.03% from 255) = 25%
BLUE value IS 29 (11.72% from 255) = 42.65%
R=32.35%
G=25%
B=42.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2217290.240.4100.8926526.099.02
Hex16111D18290591091a9
Octal262135305101314113211
Binary1011010001111011100010100101011001100001001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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