#160D18

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

Shades of Blackcurrant #160D18

Tints of Blackcurrant #160D18

Color information

#160D18 (or 0x160D18) is unknown color: approx Blackcurrant. HEX triplet: 16, 0D and 18. RGB value is (22,13,24). Sum of RGB (Red+Green+Blue) = 22+13+24=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 13 (5.47% from 255 or 22.03% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 24 - color contains mainly: blue. Hex color #160D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160D18 is #E9F2E7. Grayscale: #101010. Windows color (decimal): -15332072 or 1576214. OLE color: 1576214.

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

Color convert

RGB221324-
CMYK0.080.4600.91
HSL289.09º29.73%7.25%-
HSV(B)289.09º45.83%9.41%-
XYZ0.640.520.93-
YUV16.94131.98131.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.29%
GREEN value IS 13 (5.47% from 255) = 22.03%
BLUE value IS 24 (9.77% from 255) = 40.68%
R=37.29%
G=22.03%
B=40.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2213240.080.4600.91289.0929.737.25
Hex16D1882E05B1211e7
Octal26153010560133441367
Binary1011011011100010001011100101101110010000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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