#161218

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

Shades of Blackcurrant #161218

Tints of Blackcurrant #161218

Color information

#161218 (or 0x161218) is unknown color: approx Blackcurrant. HEX triplet: 16, 12 and 18. RGB value is (22,18,24). Sum of RGB (Red+Green+Blue) = 22+18+24=64 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.38% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 24 - color contains mainly: blue. Hex color #161218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161218 is #E9EDE7. Grayscale: #131313. Windows color (decimal): -15330792 or 1577494. OLE color: 1577494.

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

Color convert

RGB221824-
CMYK0.080.2500.91
HSL280º14.29%8.24%-
HSV(B)280º25%9.41%-
XYZ0.710.670.96-
YUV19.88130.33129.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.38%
GREEN value IS 18 (7.42% from 255) = 28.12%
BLUE value IS 24 (9.77% from 255) = 37.5%
R=34.38%
G=28.12%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2218240.080.2500.9128014.298.24
Hex16121881905B118e8
Octal262230103101334301610
Binary1011010010110001000110010101101110001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161218; }

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

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

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

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

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

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

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

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