#161219

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

Shades of Blackcurrant #161219

Tints of Blackcurrant #161219

Color information

#161219 (or 0x161219) is unknown color: approx Blackcurrant. HEX triplet: 16, 12 and 19. RGB value is (22,18,25). Sum of RGB (Red+Green+Blue) = 22+18+25=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 25 - color contains mainly: blue. Hex color #161219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161219 is #E9EDE6. Grayscale: #131313. Windows color (decimal): -15330791 or 1643030. OLE color: 1643030.

HSL color Cylindrical-coordinate representation of color #161219: hue angle of 274.29º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #161219 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB221825-
CMYK0.120.2800.90
HSL274.29º16.28%8.43%-
HSV(B)274.29º28%9.8%-
XYZ0.720.671.01-
YUV19.99130.83129.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.85%
GREEN value IS 18 (7.42% from 255) = 27.69%
BLUE value IS 25 (10.16% from 255) = 38.46%
R=33.85%
G=27.69%
B=38.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2218250.120.2800.90274.2916.288.43
Hex161219C1C05A112108
Octal262231143401324222010
Binary10110100101100111001110001011010100010010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161219; }

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

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

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

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

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

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

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

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