#161118

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

Shades of Blackcurrant #161118

Tints of Blackcurrant #161118

Color information

#161118 (or 0x161118) is unknown color: approx Blackcurrant. HEX triplet: 16, 11 and 18. RGB value is (22,17,24). Sum of RGB (Red+Green+Blue) = 22+17+24=63 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.92% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 24 - color contains mainly: blue. Hex color #161118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161118 is #E9EEE7. Grayscale: #131313. Windows color (decimal): -15331048 or 1577238. OLE color: 1577238.

HSL color Cylindrical-coordinate representation of color #161118: hue angle of 282.86º degrees, saturation: 0.17, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #161118 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB221724-
CMYK0.080.2900.91
HSL282.86º17.07%8.04%-
HSV(B)282.86º29.17%9.41%-
XYZ0.70.640.95-
YUV19.29130.66129.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.92%
GREEN value IS 17 (7.03% from 255) = 26.98%
BLUE value IS 24 (9.77% from 255) = 38.10%
R=34.92%
G=26.98%
B=38.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2217240.080.2900.91282.8617.078.04
Hex16111881D05B11b118
Octal262130103501334332110
Binary10110100011100010001110101011011100011011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161118; }

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

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

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

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

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

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

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

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