#160E1C

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

Shades of Blackcurrant #160E1C

Tints of Blackcurrant #160E1C

Color information

#160E1C (or 0x160E1C) is unknown color: approx Blackcurrant. HEX triplet: 16, 0E and 1C. RGB value is (22,14,28). Sum of RGB (Red+Green+Blue) = 22+14+28=64 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.38% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #160E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160E1C is #E9F1E3. Grayscale: #111111. Windows color (decimal): -15331812 or 1838614. OLE color: 1838614.

HSL color Cylindrical-coordinate representation of color #160E1C: hue angle of 274.29º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #160E1C is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB221428-
CMYK0.210.5000.89
HSL274.29º33.33%8.24%-
HSV(B)274.29º50%10.98%-
XYZ0.70.571.17-
YUV17.99133.65130.86-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.38%
GREEN value IS 14 (5.86% from 255) = 21.88%
BLUE value IS 28 (11.33% from 255) = 43.75%
R=34.38%
G=21.88%
B=43.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2214280.210.5000.89274.2933.338.24
Hex16E1C1532059112218
Octal261634256201314224110
Binary1011011101110010101110010010110011000100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160E1C; }

 p { color: rgb(22,14,28); }

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

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

 a { background-color: rgb(22,14,28); }

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

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

 span { border-color: rgb(22,14,28); }

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