#160E18

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

Shades of Blackcurrant #160E18

Tints of Blackcurrant #160E18

Color information

#160E18 (or 0x160E18) is unknown color: approx Blackcurrant. HEX triplet: 16, 0E and 18. RGB value is (22,14,24). Sum of RGB (Red+Green+Blue) = 22+14+24=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 24 - color contains mainly: blue. Hex color #160E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160E18 is #E9F1E7. Grayscale: #111111. Windows color (decimal): -15331816 or 1576470. OLE color: 1576470.

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

Color convert

RGB221424-
CMYK0.080.4200.91
HSL288º26.32%7.45%-
HSV(B)288º41.67%9.41%-
XYZ0.650.550.94-
YUV17.53131.65131.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.67%
GREEN value IS 14 (5.86% from 255) = 23.33%
BLUE value IS 24 (9.77% from 255) = 40%
R=36.67%
G=23.33%
B=40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2214240.080.4200.9128826.327.45
Hex16E1882A05B1201a7
Octal26163010520133440327
Binary1011011101100010001010100101101110010000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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