#16111E

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

Shades of Blackcurrant #16111E

Tints of Blackcurrant #16111E

Color information

#16111E (or 0x16111E) is unknown color: approx Blackcurrant. HEX triplet: 16, 11 and 1E. RGB value is (22,17,30). Sum of RGB (Red+Green+Blue) = 22+17+30=69 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.88% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 30 - color contains mainly: blue. Hex color #16111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16111E is #E9EEE1. Grayscale: #131313. Windows color (decimal): -15331042 or 1970454. OLE color: 1970454.

HSL color Cylindrical-coordinate representation of color #16111E: hue angle of 263.08º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #16111E is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB221730-
CMYK0.270.4300.88
HSL263.08º27.66%9.22%-
HSV(B)263.08º43.33%11.76%-
XYZ0.770.671.32-
YUV19.98133.66129.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 31.88%
GREEN value IS 17 (7.03% from 255) = 24.64%
BLUE value IS 30 (12.11% from 255) = 43.48%
R=31.88%
G=24.64%
B=43.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2217300.270.4300.88263.0827.669.22
Hex16111E1B2B0581071c9
Octal262136335301304073411
Binary1011010001111101101110101101011000100000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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