#16111A

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

Shades of Blackcurrant #16111A

Tints of Blackcurrant #16111A

Color information

#16111A (or 0x16111A) is unknown color: approx Blackcurrant. HEX triplet: 16, 11 and 1A. RGB value is (22,17,26). Sum of RGB (Red+Green+Blue) = 22+17+26=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 26 - color contains mainly: blue. Hex color #16111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16111A is #E9EEE5. Grayscale: #131313. Windows color (decimal): -15331046 or 1708310. OLE color: 1708310.

HSL color Cylindrical-coordinate representation of color #16111A: hue angle of 273.33º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #16111A is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB221726-
CMYK0.150.3500.90
HSL273.33º20.93%8.43%-
HSV(B)273.33º34.62%10.2%-
XYZ0.720.651.06-
YUV19.52131.66129.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.85%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 26 (10.55% from 255) = 40%
R=33.85%
G=26.15%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2217260.150.3500.90273.3320.938.43
Hex16111AF2305A111158
Octal262132174301324212510
Binary101101000111010111110001101011010100010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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