#16111B

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

Shades of Blackcurrant #16111B

Tints of Blackcurrant #16111B

Color information

#16111B (or 0x16111B) is unknown color: approx Blackcurrant. HEX triplet: 16, 11 and 1B. RGB value is (22,17,27). Sum of RGB (Red+Green+Blue) = 22+17+27=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 27 - color contains mainly: blue. Hex color #16111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16111B is #E9EEE4. Grayscale: #131313. Windows color (decimal): -15331045 or 1773846. OLE color: 1773846.

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

Color convert

RGB221727-
CMYK0.190.3700.89
HSL270º22.73%8.63%-
HSV(B)270º37.04%10.59%-
XYZ0.730.651.12-
YUV19.63132.16129.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 25.76%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=33.33%
G=25.76%
B=40.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2217270.190.3700.8927022.738.63
Hex16111B132505910e179
Octal262133234501314162711
Binary1011010001110111001110010101011001100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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